From 416baf1abe3cb8defb3135e76fa723195935e772 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 14 Feb 2016 14:07:46 +0100 Subject: [PATCH] Improve library dependency section of README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 832a99a5..21e4ca6f 100644 --- a/README.md +++ b/README.md @@ -88,10 +88,13 @@ Build & Install $ sudo make install 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 - - **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 + - -D**CMAKE_BUILD_TYPE**=[Release|Debug]: Whether to run code optimization or add debug symbols + - -D**BUILD_TESTING**=[on|off]: Whether to build the test cases (can take a long time) + +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