Browse Source

Merge pull request #102 from herrniemand/patch-1

Update BUILD_NOTES.md
pull/105/head
orignal 10 years ago
parent
commit
8e8eb3b588
  1. 11
      build/BUILD_NOTES.md

11
build/BUILD_NOTES.md

@ -3,11 +3,11 @@ Build notes @@ -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 @@ -19,7 +19,6 @@ Debian
------
Required "-dev" packages:
* cmake
* libboost-filesystem-dev
* libboost-program-options-dev

Loading…
Cancel
Save