mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-30 12:47:48 +02:00
Sorted out the documentation
This commit is contained in:
parent
07adb8ff64
commit
01c11d5fa5
8 changed files with 166 additions and 3 deletions
42
doc/BUILD_NOTES.md
Normal file
42
doc/BUILD_NOTES.md
Normal file
|
@ -0,0 +1,42 @@
|
|||
Build notes
|
||||
===========
|
||||
|
||||
Available cmake options:
|
||||
|
||||
* CMAKE_BUILD_TYPE -- build profile (Debug/Release)
|
||||
* WITH_AESNI -- AES-NI support (ON/OFF)
|
||||
* WITH_HARDENING -- enable hardening features (ON/OFF) (gcc only)
|
||||
|
||||
Debian
|
||||
------
|
||||
|
||||
Required "-dev" packages:
|
||||
* cmake
|
||||
* libboost-filesystem-dev
|
||||
* libboost-program-options-dev
|
||||
* libboost-regex-dev
|
||||
* libboost-system-dev
|
||||
* libboost-date-time-dev
|
||||
* libcrypto++-dev
|
||||
|
||||
Optional packages:
|
||||
* libboost-test-dev
|
||||
|
||||
FreeBSD
|
||||
-------
|
||||
|
||||
Branch 9.X has gcc v4.2, that knows nothing about required c++11 standart.
|
||||
|
||||
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
|
||||
|
||||
Replace "47" with your actual gcc version
|
Loading…
Add table
Add a link
Reference in a new issue