From 773271f5002e24195fb0031ac163cdaa595abccc Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 10 Oct 2016 08:13:05 -0400 Subject: [PATCH] update readme with build instructions --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index e07f6e1..597fc6c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,31 @@ Notice: git submodules are used so make sure to clone this repository recursivel git clone --recursive https://github.com/purplei2pd/i2pd-tools +## Building + +### Dependencies + +* boost chrono +* boost date-time +* boost filesystem +* boost program-options +* libssl + +```bash +sudo apt-get install \ + libboost-chrono-dev \ + libboost-date-time-dev \ + libboost-filesystem-dev \ + libboost-program-options-dev \ + libboost-system-dev \ + libboost-thread-dev \ + libssl-dev +``` + +### Building + + make + ## Tools included ### keygen