|
@ -226,7 +226,10 @@ For Unix-like systems, especially Debian-based systems, |
|
|
e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: |
|
|
e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
|
|
|
# Debian / Ubuntu |
|
|
sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev asciidoc xmlto |
|
|
sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev asciidoc xmlto |
|
|
|
|
|
# CentOS / Fedora / RHEL |
|
|
|
|
|
sudo yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto |
|
|
./configure && make |
|
|
./configure && make |
|
|
sudo make install |
|
|
sudo make install |
|
|
``` |
|
|
``` |
|
|