1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-19 17:59:19 +03:00

Merge PR #580: BUILD_UNIX.md: improve documentation as discussed in #558

This commit is contained in:
Davide Beatrici
2018-07-25 23:35:53 +02:00
committed by GitHub

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.