From e7031e02e78045918afdef86781d579178a27dd9 Mon Sep 17 00:00:00 2001 From: Ackermann Yuriy Date: Mon, 20 Oct 2014 20:52:45 +1300 Subject: [PATCH] Update BUILD_NOTES.md --- 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 17bf90e2..aea939da 100644 --- a/build/BUILD_NOTES.md +++ b/build/BUILD_NOTES.md @@ -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 . - make - make install +* git clone https://github.com/PrivacySolutions/i2pd.git +* cd i2pd/build +* cmake -DCMAKE_BUILD_TYPE=Release . +* make +* make install Available cmake options: @@ -19,7 +19,6 @@ Debian ------ Required "-dev" packages: - * cmake * libboost-filesystem-dev * libboost-program-options-dev