2014-09-17 09:12:05 +04:00
|
|
|
Debian
|
|
|
|
------
|
|
|
|
|
|
|
|
Required "-dev" packages:
|
|
|
|
* cmake
|
|
|
|
* libboost-filesystem-dev
|
|
|
|
* libboost-program-options-dev
|
|
|
|
* libboost-regex-dev
|
|
|
|
* libboost-system-dev
|
2015-04-11 13:47:49 +03:00
|
|
|
* libboost-date-time-dev
|
2014-09-17 09:12:05 +04:00
|
|
|
* libcrypto++-dev
|
|
|
|
|
2015-08-22 00:35:26 +03:00
|
|
|
Optional packages:
|
|
|
|
* libboost-test-dev
|
|
|
|
|
2014-09-17 09:12:05 +04:00
|
|
|
FreeBSD
|
|
|
|
-------
|
|
|
|
|
2015-08-30 20:07:26 +03:00
|
|
|
Branch 9.X has gcc v4.2, that knows nothing about required c++11 standard.
|
2014-09-17 09:12:05 +04:00
|
|
|
|
|
|
|
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
|