1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

Merge pull request #558 from scegg/patch-1

change ./configure to cmake .
This commit is contained in:
Ilya Shipitsin
2018-07-26 00:21:46 +05:00
committed by GitHub

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