Improve build instructions
This commit is contained in:
parent
68acc27e88
commit
1364623184
@ -56,7 +56,7 @@ Requirements
|
|||||||
- thread
|
- thread
|
||||||
- Crypto++ version >= 5.6.3 (including development headers)
|
- Crypto++ version >= 5.6.3 (including development headers)
|
||||||
- SSL development libraries (including development headers, e.g. libssl-dev)
|
- SSL development libraries (including development headers, e.g. libssl-dev)
|
||||||
- libFUSE version >= 2.8.6 (including development headers)
|
- libFUSE version >= 2.8.6 (including development headers), on Mac OS X instead install osxfuse from https://osxfuse.github.io/
|
||||||
- Python >= 2.7
|
- Python >= 2.7
|
||||||
|
|
||||||
You can use the following commands to install these requirements
|
You can use the following commands to install these requirements
|
||||||
@ -68,7 +68,7 @@ You can use the following commands to install these requirements
|
|||||||
TODO
|
TODO
|
||||||
|
|
||||||
# Macintosh
|
# Macintosh
|
||||||
brew install cmake boost cryptopp osxfuse
|
brew install cmake boost cryptopp openssl
|
||||||
|
|
||||||
Build & Install
|
Build & Install
|
||||||
---------------
|
---------------
|
||||||
@ -97,6 +97,9 @@ 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**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
|
- -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"*.
|
||||||
|
|
||||||
|
|
||||||
Creating .deb packages
|
Creating .deb packages
|
||||||
----------------------
|
----------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user