Browse Source

arch可以直接装libsodium

pull/1165/head
Sherlock Holo 7 years ago
committed by GitHub
parent
commit
9bf8ffa528
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -221,7 +221,7 @@ sudo apt-get install --no-install-recommends gettext build-essential autoconf li
# CentOS / Fedora / RHEL
sudo yum install gettext gcc autoconf libtool automake make libmbedtls-devel asciidoc xmlto udns-devel libev-devel
# Arch
sudo pacman -S gettext gcc autoconf libtool automake make mbedtls asciidoc xmlto udns libev
sudo pacman -S gettext gcc autoconf libtool automake make mbedtls asciidoc xmlto udns libev libsodium
./autogen.sh && ./configure && make
sudo make install
```

Loading…
Cancel
Save