mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-17 21:26:04 +00:00
fix BUILD_NOTES: url, md-format, crypto++ reference
This commit is contained in:
parent
4a0f868941
commit
b7a0e23309
@ -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
|
||||
@ -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
|
||||
-------
|
||||
@ -37,7 +37,6 @@ Required ports:
|
||||
* devel/cmake
|
||||
* devel/boost-libs
|
||||
* lang/gcc47 # or later version
|
||||
* security/cryptopp
|
||||
|
||||
To use newer compiler you should set these variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user