Browse Source

add Linux build dependencies: libsodium-dev

pull/1379/head
hang 7 years ago
committed by Max Lv
parent
commit
5b9d7ccce5
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -246,7 +246,7 @@ e.g. Ubuntu, Debian or Linux Mint, you might install build dependencies like thi
```bash
# Debian / Ubuntu
sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev automake libmbedtls-dev
sudo apt-get install --no-install-recommends gettext build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libudns-dev automake libmbedtls-dev libsodium-dev
# CentOS / Fedora / RHEL
sudo yum install gettext gcc autoconf libtool automake make asciidoc xmlto udns-devel libev-devel
# Arch

Loading…
Cancel
Save