Browse Source

README: Add example commands to install openssl dev packages

Georgi Chorbadzhiyski 7 years ago
parent
commit
812f57fe7d
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      README

+ 4
- 2
README View File

13
 ============
13
 ============
14
 tsdecrypt depends on openssl. It uses rand, MD5, DES and AES functions.
14
 tsdecrypt depends on openssl. It uses rand, MD5, DES and AES functions.
15
 You probably already have openssl installed. If you are seeing compilation
15
 You probably already have openssl installed. If you are seeing compilation
16
-errors related to missing openssl headers you should install openssl-dev
17
-or similar packet depending on your Linux distribution.
16
+errors related to missing openssl headers you should install openssl
17
+development package using 'sudo yum install openssl-dev' or
18
+'sudo apt-get install libssl-dev' or similar command depending on your
19
+Linux distribution.
18
 
20
 
19
 If you are not using shipped FFdecsa then the other tsdecrypt dependency
21
 If you are not using shipped FFdecsa then the other tsdecrypt dependency
20
 is libdvbcsa. libdvbcsa can be downloaded from
22
 is libdvbcsa. libdvbcsa can be downloaded from

Loading…
Cancel
Save