Browse Source

Fix #795

pull/807/head
Max Lv 8 years ago
committed by GitHub
parent
commit
983c1dcac0
1 changed files with 3 additions and 0 deletions
  1. 3
      README.md

3
README.md

@ -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
``` ```

Loading…
Cancel
Save