From 63927fc1fa3658d15ee9ac8635fa405c29a40b39 Mon Sep 17 00:00:00 2001 From: iShift Date: Tue, 6 Jan 2015 23:52:13 +0300 Subject: [PATCH] fix deps for ubuntu/debian fix https://github.com/PrivacySolutions/i2pd/issues/137 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f55ca5f..7e354a76 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Testing First, build it. +On Ubuntu/Debian based +* sudo apt-get install libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libcrypto++-dev libboost-date-time-dev * $ cd i2pd * $ make