1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-26 03:19:52 +03:00

improve unix build documentation as discussed in PR#558

This commit is contained in:
Ilya Shipitsin 2018-07-26 00:41:21 +05:00
parent a0c2b5891c
commit 6d7ab487b4

View File

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