mirror of https://github.com/PurpleI2P/i2pd.git
I2P: End-to-End encrypted and anonymous Internet
https://i2pd.website/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
594 B
594 B
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 standard.
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