From b0b8ea7c01fed7826c20561dc3bad93f6377eedd Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 15 Feb 2016 18:12:23 +0100 Subject: [PATCH] Improve build instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6b20f1b..00e97a44 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,10 @@ If this doesn't work for you, you can use the following CMake variables: - -D**CRYPTOPP_LIB_PATH**=[path]: Path to the directory containing the Crypto++ library If your build can't find header files (this was reported on Mac OS X for openssl and fuse headers), -you can add include paths using *-DCMAKE_CXX_FLAGS="-I/path/to/header/files -I/path/to/other/header/files"*. +you can add include paths using *-DCMAKE_CXX_FLAGS="-I/path/to/header/files"* or *-DCMAKE_C_FLAGS. +Example: + + $ cmake .. -DCMAKE_C_FLAGS="-I/usr/local/opt/openssl/include" -DCMAKE_CXX_FLAGS="-I/usr/local/include/osxfuse" Creating .deb packages