Update README.md
This commit is contained in:
parent
0396571877
commit
98a6fcb821
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue