File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ You need to install the following software to build SoftEther VPN for UNIX.
33
33
34
34
``` bash
35
35
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
37
37
```
38
38
39
39
## Install requirements on Debian/Ubuntu
40
40
``` 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
42
42
```
43
43
44
44
## Install requirements on macOS
45
45
``` bash
46
46
/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
48
48
```
49
49
50
50
# Build from source code and install
You can’t perform that action at this time.
0 commit comments