Compare commits

...

3 Commits

Author SHA1 Message Date
a10kiloham 5aa32d0ab9
Merge d6d0f2dadd into 7b9fd5bdcd 2024-04-09 08:05:58 +09: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
```