Add libssl-dev dependency to README
This commit is contained in:
parent
d05e3841bd
commit
87be0e4477
@ -51,13 +51,14 @@ Requirements
|
|||||||
- program_options
|
- program_options
|
||||||
- thread
|
- thread
|
||||||
- Crypto++ version >= 5.6.3 (including development headers) (TODO Lower minimal version possible?)
|
- Crypto++ version >= 5.6.3 (including development headers) (TODO Lower minimal version possible?)
|
||||||
|
- SSL development libraries (including development headers, e.g. libssl-dev)
|
||||||
- libFUSE version >= 2.8.6 (including development headers)
|
- libFUSE version >= 2.8.6 (including development headers)
|
||||||
- Python >= 2.7
|
- Python >= 2.7
|
||||||
|
|
||||||
You can use the following commands to install these requirements
|
You can use the following commands to install these requirements
|
||||||
|
|
||||||
# Ubuntu
|
# Ubuntu
|
||||||
$ sudo apt-get install libcurl4-openssl-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-thread-dev libcrypto++-dev libfuse-dev python
|
$ sudo apt-get install libcurl4-openssl-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-thread-dev libcrypto++-dev libssl-dev libfuse-dev python
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user