Add command for installing dependencies on Fedora.

Also removed unnecessary trailing whitespace.
This commit is contained in:
Ken Dyck 2016-03-15 09:31:52 -04:00
parent cfa03edb01
commit f1deced57f
1 changed files with 13 additions and 13 deletions

View File

@ -65,7 +65,7 @@ You can use the following commands to install these requirements
$ sudo apt-get install git g++ cmake 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
TODO
sudo dnf install git gcc-c++ cmake libcurl-devel boost-devel boost-static cryptopp-devel openssl-devel fuse-devel python
# Macintosh
brew install cmake boost cryptopp openssl