From 2c9ac51c845a907d152b84634423acbecae6b673 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 10 Oct 2020 17:20:56 +0500 Subject: [PATCH] fix build documentation --- src/BUILD_UNIX.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index 0519592c..51e715d3 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -56,8 +56,8 @@ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd SoftEtherVPN git submodule init && git submodule update ./configure -make -C tmp -make -C tmp install +make -C build +make -C build install ``` This will compile and install SoftEther VPN Server, Bridge and Client binaries under your executable path. @@ -74,8 +74,8 @@ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd SoftEtherVPN git submodule init && git submodule update ./configure -make -C tmp -make -C tmp install +make -C build +make -C build install ``` Building without USE_MUSL environment variable set compiles, but produced executables exhibit bad run-time behaviour.