From 983c1dcac0e845f68616bf55eea3cc8d5aa711df Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 1 Sep 2016 14:10:06 +0800 Subject: [PATCH] Fix #795 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 37935bec..1d695934 100644 --- a/README.md +++ b/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: ```bash +# Debian / Ubuntu 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 sudo make install ```