List python as a build dependency in README

This commit is contained in:
Sebastian Meßmer 2016-02-11 20:20:57 +01:00
parent 971a061833
commit 3be0b11029
1 changed files with 2 additions and 1 deletions

View File

@ -52,11 +52,12 @@ Requirements
- thread
- Crypto++ version >= 5.6.3 (including development headers) (TODO Lower minimal version possible?)
- libFUSE version >= 2.8.6 (including development headers)
- Python >= 2.7
You can use the following commands to install these requirements
# 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
$ 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
# Fedora
TODO