From 2e9689886bb45dcb96ad69352b71c130b091bff5 Mon Sep 17 00:00:00 2001 From: orignal Date: Tue, 16 Feb 2016 15:07:56 -0500 Subject: [PATCH] build with make added --- docs/build_notes_unix.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/build_notes_unix.md b/docs/build_notes_unix.md index 882a8ece..746aac2b 100644 --- a/docs/build_notes_unix.md +++ b/docs/build_notes_unix.md @@ -23,6 +23,13 @@ After successfull build i2pd could be installed with: ```bash make install ``` +or you can just use 'make' once you have all dependacies (boost and opensll) installed + +```bash +git clone https://github.com/PurpleI2P/i2pd.git +cd i2pd +make +``` Debian/Ubuntu -------------