From 8265cd92b2c490e9e95a09dc265099644c90f157 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 19 May 2018 12:42:35 -0700 Subject: [PATCH] Remove cryptopp dependency from README --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6c39ad18..2dde4de1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Requirements - chrono - program_options - thread - - Crypto++ version >= 5.6.3 (including development headers) - SSL development libraries (including development headers, e.g. libssl-dev) - libFUSE version >= 2.8.6 (including development headers), on Mac OS X instead install osxfuse from https://osxfuse.github.io/ - Python >= 2.7 @@ -40,13 +39,13 @@ Requirements You can use the following commands to install these requirements # Ubuntu - $ sudo apt-get install git g++ cmake make 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 + $ sudo apt-get install git g++ cmake make libcurl4-openssl-dev libboost-filesystem-dev libboost-system-dev libboost-chrono-dev libboost-program-options-dev libboost-thread-dev libssl-dev libfuse-dev python # Fedora - sudo dnf install git gcc-c++ cmake make libcurl-devel boost-devel boost-static cryptopp-devel openssl-devel fuse-devel python + sudo dnf install git gcc-c++ cmake make libcurl-devel boost-devel boost-static openssl-devel fuse-devel python # Macintosh - brew install cmake boost cryptopp openssl + brew install cmake boost openssl Build & Install --------------- @@ -98,13 +97,7 @@ On most systems, CMake should find the libraries automatically. However, that do cmake .. -DCMAKE_CXX_FLAGS="-I/path/to/fuse/or/osxfuse/headers" -4. **CryptoPP library not found** - - Pass in the library path with - - cmake .. -DCRYPTOPP_LIB_PATH=/path/to/cryptopp - -5. **Openssl headers not found** +4. **Openssl headers not found** Pass in the include path with