From b16e55d28fa40a70030fce294a0f3f17de34f90d Mon Sep 17 00:00:00 2001 From: peakvision Date: Sun, 2 Oct 2016 22:30:16 +0800 Subject: [PATCH] Update README.md (#864) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b75ca71d..c987b3a0 100644 --- a/README.md +++ b/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