Compare commits

...

3 Commits

Author SHA1 Message Date
a10kiloham 1542cca838
Merge d6d0f2dadd into 4fe5352931 2024-06-14 10:21:21 +00:00
a10kiloham d6d0f2dadd
Update BUILD_UNIX.md 2021-06-17 16:00:27 +01:00
a10kiloham 68b72d8867
Centos8 requires EPEL repo for libsodium 2021-06-17 15:57:54 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ 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
sudo yum -y install cmake ncurses-devel openssl-devel libsodium-devel readline-devel zlib-devel
```