Browse Source

Update BUILD_NOTES.md

pull/102/head
Ackermann Yuriy 10 years ago
parent
commit
e7031e02e7
  1. 11
      build/BUILD_NOTES.md

11
build/BUILD_NOTES.md

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

Loading…
Cancel
Save