Browse Source

Update README.md (#864)

pull/866/head
peakvision 8 years ago
committed by Max Lv
parent
commit
b16e55d28f
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

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

Loading…
Cancel
Save