Skip to content

Commit

Permalink
fix BUILD_NOTES: url, md-format, crypto++ reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen committed Nov 26, 2015
1 parent 4a0f868 commit b7a0e23
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build/BUILD_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Build notes

Common build/install process:

* git clone https://github.com/PrivacySolutions/i2pd.git
* git clone https://github.com/PurpleI2P/i2pd.git
* cd i2pd/build
* cmake -DCMAKE_BUILD_TYPE=Release <more options> .
* make
Expand All @@ -19,13 +19,13 @@ Debian
------

Required "-dev" packages:
* cmake

* libboost-filesystem-dev
* libboost-program-options-dev
* libboost-regex-dev
* libboost-system-dev
* libboost-date-time-dev
* libcrypto++-dev
* libssl-dev

FreeBSD
-------
Expand All @@ -37,12 +37,11 @@ Required ports:
* devel/cmake
* devel/boost-libs
* lang/gcc47 # or later version
* security/cryptopp

To use newer compiler you should set these variables:

export CC=/usr/local/bin/gcc47
export CXX=/usr/local/bin/g++47
export CC=/usr/local/bin/gcc47
export CXX=/usr/local/bin/g++47

Replace "47" with your actual gcc version

Expand Down

0 comments on commit b7a0e23

Please sign in to comment.