|
@ -227,7 +227,7 @@ e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
# Debian / Ubuntu |
|
|
# 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 libpcre3-dev asciidoc xmlto |
|
|
# CentOS / Fedora / RHEL |
|
|
# CentOS / Fedora / RHEL |
|
|
sudo yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto |
|
|
sudo yum install gcc autoconf libtool automake make zlib-devel openssl-devel asciidoc xmlto |
|
|
./configure && make |
|
|
./configure && make |
|
|