From b7a0e23309042cb56e4210c1453cbc9e07d4ec4f Mon Sep 17 00:00:00 2001 From: hagen Date: Wed, 25 Nov 2015 05:50:46 +0000 Subject: [PATCH] fix BUILD_NOTES: url, md-format, crypto++ reference --- build/BUILD_NOTES.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build/BUILD_NOTES.md b/build/BUILD_NOTES.md index be0730dd..51296e43 100644 --- a/build/BUILD_NOTES.md +++ b/build/BUILD_NOTES.md @@ -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 . * 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,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