Browse Source

fix BUILD_NOTES: url, md-format, crypto++ reference

pull/304/head
hagen 9 years ago
parent
commit
b7a0e23309
  1. 11
      build/BUILD_NOTES.md

11
build/BUILD_NOTES.md

@ -3,7 +3,7 @@ Build notes
Common build/install process: Common build/install process:
* git clone https://github.com/PrivacySolutions/i2pd.git * git clone https://github.com/PurpleI2P/i2pd.git
* cd i2pd/build * cd i2pd/build
* cmake -DCMAKE_BUILD_TYPE=Release <more options> . * cmake -DCMAKE_BUILD_TYPE=Release <more options> .
* make * make
@ -19,13 +19,13 @@ Debian
------ ------
Required "-dev" packages: Required "-dev" packages:
* cmake
* libboost-filesystem-dev * libboost-filesystem-dev
* libboost-program-options-dev * libboost-program-options-dev
* libboost-regex-dev * libboost-regex-dev
* libboost-system-dev * libboost-system-dev
* libboost-date-time-dev * libboost-date-time-dev
* libcrypto++-dev * libssl-dev
FreeBSD FreeBSD
------- -------
@ -37,12 +37,11 @@ Required ports:
* devel/cmake * devel/cmake
* devel/boost-libs * devel/boost-libs
* lang/gcc47 # or later version * lang/gcc47 # or later version
* security/cryptopp
To use newer compiler you should set these variables: To use newer compiler you should set these variables:
export CC=/usr/local/bin/gcc47 export CC=/usr/local/bin/gcc47
export CXX=/usr/local/bin/g++47 export CXX=/usr/local/bin/g++47
Replace "47" with your actual gcc version Replace "47" with your actual gcc version

Loading…
Cancel
Save