From 0f54988192d1c80b9e8dbeedde12016cad1921d2 Mon Sep 17 00:00:00 2001 From: VampireSH Date: Wed, 18 Jan 2017 18:10:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=EF=BC=8C?= =?UTF-8?q?=E4=B8=94Arch=E5=BA=94=E7=9B=B4=E6=8E=A5=E5=AE=89=E8=A3=85udns?= =?UTF-8?q?=20libev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d77e3e5..20236b9d 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,9 @@ e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this: # Debian / Ubuntu sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto zlib1g-dev # 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 udns-devel libev-devel +# Arch +sudo pacman -S gcc autoconf libtool automake make zlib openssl asciidoc xmlto udns libev ./autogen.sh && ./configure && make sudo make install ```