From 381c9b324724e625707ac4ea49c0d6ed3ab11e27 Mon Sep 17 00:00:00 2001 From: vysheng Date: Tue, 24 Dec 2013 00:22:44 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a28410..53c48f0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,14 @@ or download and extrac zip #### Linux -Just run +Install libs: readline openssl and (if you want to use config) libconfig. +On ubuntu use: + + $ sudo apt-get install libreadline-dev libconfig-dev libssl-dev +On gentoo: + + $ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl +Then $ ./configure $ make