From afa72b0aef37aba32d0bb04ebf66ab694ee170b9 Mon Sep 17 00:00:00 2001 From: Allen Cui Date: Sun, 3 Jun 2018 01:49:28 +0800 Subject: [PATCH] change ./configure to cmake . --- src/BUILD_UNIX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BUILD_UNIX.md b/src/BUILD_UNIX.md index 52ab024a..03d13c48 100644 --- a/src/BUILD_UNIX.md +++ b/src/BUILD_UNIX.md @@ -47,7 +47,7 @@ To build the programs from the source code, run the following commands: ```bash git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd SoftEtherVPN -./configure +cmake . make make install ```