Commit d37fd144 authored by Alejandro Leiva's avatar Alejandro Leiva

Fixed typo in linux lib install instructions in README.md

parent bc8e97cd
...@@ -25,7 +25,7 @@ Install libs: readline openssl and (if you want to use config) libconfig and lub ...@@ -25,7 +25,7 @@ Install libs: readline openssl and (if you want to use config) libconfig and lub
If you do not want to use them pass options --disable-libconfig and --disable-liblua respectively If you do not want to use them pass options --disable-libconfig and --disable-liblua respectively
On ubuntu use: On ubuntu use:
$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 lublua5.2-dev $ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev
On gentoo: On gentoo:
$ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua $ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment