From 64b04d212fcf97cdf86f54cc635907471eba71fe Mon Sep 17 00:00:00 2001 From: vysheng Date: Wed, 5 Mar 2014 01:54:45 +0400 Subject: [PATCH] delted text about Makefile --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 81652c3..2cd9865 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ or download and extract zip Install libs: readline or libedit, openssl and (if you want to use config) libconfig and liblua. If you do not want to use them pass options --disable-libconfig and --disable-liblua respectively. -Default Makefile uses liblua5.2 from ubuntu. If you use different version of liblua or Linux you have to run ./configure script or you will get some strange compilation error. - On ubuntu use: $ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev