Update BUILD_NOTES.md

This commit is contained in:
Ackermann Yuriy 2014-10-20 20:52:45 +13:00
parent 9b3ac19b58
commit e7031e02e7

View file

@ -3,11 +3,11 @@ Build notes
Common build/install process:
git clone https://github.com/PrivacySolutions/i2pd.git
cd i2pd/build
cmake -DCMAKE_BUILD_TYPE=Release <more options> .
make
make install
* git clone https://github.com/PrivacySolutions/i2pd.git
* cd i2pd/build
* cmake -DCMAKE_BUILD_TYPE=Release <more options> .
* make
* make install
Available cmake options:
@ -19,7 +19,6 @@ Debian
------
Required "-dev" packages:
* cmake
* libboost-filesystem-dev
* libboost-program-options-dev