From 9bf8ffa5283e7822837977a412e56af839354b08 Mon Sep 17 00:00:00 2001 From: Sherlock Holo Date: Thu, 2 Feb 2017 11:31:18 +0800 Subject: [PATCH] =?UTF-8?q?arch=E5=8F=AF=E4=BB=A5=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=A3=85libsodium?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f536303d..5f40edc7 100644 --- a/README.md +++ b/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 ```