Update BUILD_UNIX.md

This commit is contained in:
a10kiloham 2021-06-17 16:00:27 +01:00 committed by GitHub
parent 68b72d8867
commit d6d0f2dadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ You need to install the following software to build SoftEther VPN for UNIX.
```bash
sudo yum -y groupinstall "Development Tools"
sudo yum -y install epel-release cmake ncurses-devel openssl-devel libsodium-devel readline-devel zlib-devel
sudo yum -y install epel-release
sudo yum -y install cmake ncurses-devel openssl-devel libsodium-devel readline-devel zlib-devel
```
## Install requirements on Debian/Ubuntu