Commit 5935c97 vvaltman
committed
1 parent a825b63 commit 5935c97 Copy full SHA for 5935c97
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Clone GitHub Repository
26
26
27
27
#### Linux and BSDs
28
28
29
- Install libs: readline or libedit , openssl and (if you want to use config) libconfig and liblua .
30
- If you do not want to use them pass options --disable-libconfig and --disable-liblua respectively.
29
+ Install libs: readline, openssl and (if you want to use config) libconfig, liblua and libjansson .
30
+ If you do not want to use them pass options --disable-libconfig, --disable-liblua and --disable-json respectively.
31
31
32
32
On Ubuntu/Debian use:
33
33
34
- sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev make
34
+ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev libjansson-dev make
35
35
36
36
On gentoo:
37
37
38
- sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua dev-libs/libevent
38
+ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua dev-libs/libevent dev-libs/jansson
39
39
40
40
On Fedora:
41
41
You can’t perform that action at this time.
0 commit comments