Skip to content

Commit 808f081

Browse files
authored
update install dependencies (libsodium)
1 parent 8fb9bfd commit 808f081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BUILD_UNIX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ You need to install the following software to build SoftEther VPN for UNIX.
3333

3434
```bash
3535
sudo yum -y groupinstall "Development Tools"
36-
sudo yum -y install cmake ncurses-devel openssl-devel readline-devel zlib-devel
36+
sudo yum -y install cmake ncurses-devel openssl-devel libsodium-devel readline-devel zlib-devel
3737
```
3838

3939
## Install requirements on Debian/Ubuntu
4040
```bash
41-
sudo apt -y install cmake gcc g++ libncurses5-dev libreadline-dev libssl-dev make zlib1g-dev
41+
sudo apt -y install cmake gcc g++ make libncurses5-dev libssl-dev libsodium-dev libreadline-dev zlib1g-dev
4242
```
4343

4444
## Install requirements on macOS
4545
```bash
4646
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
47-
brew install cmake openssl readline
47+
brew install cmake openssl libsodium readline
4848
```
4949

5050
# Build from source code and install

0 commit comments

Comments
 (0)