Browse Source

Merge pull request #1165 from Sherlock-Holo/master

arch可以直接装libsodium
pull/1171/head
Max Lv 8 years ago
committed by GitHub
parent
commit
fdac255442
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 # CentOS / Fedora / RHEL
sudo yum install gettext gcc autoconf libtool automake make libmbedtls-devel asciidoc xmlto udns-devel libev-devel sudo yum install gettext gcc autoconf libtool automake make libmbedtls-devel asciidoc xmlto udns-devel libev-devel
# Arch # 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 ./autogen.sh && ./configure && make
sudo make install sudo make install
``` ```

Loading…
Cancel
Save