1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

change ./configure to cmake .

This commit is contained in:
Allen Cui 2018-06-03 01:49:28 +08:00 committed by GitHub
parent 1e8cf1dc5d
commit afa72b0aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```