Browse Source

更新依赖,且Arch应直接安装udns libev

pull/1097/head
VampireSH 7 years ago
committed by Max Lv
parent
commit
0f54988192
1 changed files with 3 additions and 1 deletions
  1. 4
      README.md

4
README.md

@ -222,7 +222,9 @@ e.g. Ubuntu, Debian or Linux Mint, you can build the binary like this:
# Debian / Ubuntu # Debian / Ubuntu
sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto zlib1g-dev sudo apt-get install --no-install-recommends build-essential autoconf libtool libssl-dev libpcre3-dev asciidoc xmlto zlib1g-dev
# CentOS / Fedora / RHEL # 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 ./autogen.sh && ./configure && make
sudo make install sudo make install
``` ```

Loading…
Cancel
Save