From d6d0f2daddd3fe14a925f471cea76dbf74bb1d1d Mon Sep 17 00:00:00 2001 From: a10kiloham <295361+a10kiloham@users.noreply.github.com> Date: Thu, 17 Jun 2021 16:00:27 +0100 Subject: [PATCH] Update BUILD_UNIX.md --- src/BUILD_UNIX.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index eb423f1c..3e741a12 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -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