From 6d7ab487b46146ddbd05dff1ae0d3cb89f3484fc Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Thu, 26 Jul 2018 00:41:21 +0500 Subject: [PATCH] improve unix build documentation as discussed in PR#558 --- src/BUILD_UNIX.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index 03d13c48..e8cf9f28 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -47,9 +47,9 @@ To build the programs from the source code, run the following commands: ```bash git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd SoftEtherVPN -cmake . -make -make install +./configure +make -C tmp +make -C tmp install ``` This will compile and install SoftEther VPN Server, Bridge and Client binaries under your executable path.