Improve library dependency section of README

This commit is contained in:
Sebastian Messmer 2016-02-14 14:07:46 +01:00
parent 26929b4354
commit 416baf1abe

View File

@ -88,10 +88,13 @@ Build & Install
$ sudo make install $ sudo make install
You can pass the following variables to CMake (using *-Dvariablename=value*): You can pass the following variables to CMake (using *-Dvariablename=value*):
- **CMAKE_BUILD_TYPE**=[Release|Debug]: Whether to run code optimization or add debug symbols - -D**CMAKE_BUILD_TYPE**=[Release|Debug]: Whether to run code optimization or add debug symbols
- **BUILD_TESTING**=[on|off]: Whether to build the test cases (can take a long time) - -D**BUILD_TESTING**=[on|off]: Whether to build the test cases (can take a long time)
- **FUSE_LIB_PATH**=[path]: Path to the directory containing the fuse library (or osxfuse library on Mac)
- **CRYPTOPP_LIB_PATH**=[path]: Path to the directory containing the Crypto++ library On most systems, CMake should find the libraries automatically.
If this doesn't work for you, you can use the following CMake variables:
- -D**FUSE_LIB_PATH**=[path]: Path to the directory containing the fuse library (or osxfuse library on Mac)
- -D**CRYPTOPP_LIB_PATH**=[path]: Path to the directory containing the Crypto++ library
Creating .deb packages Creating .deb packages