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

Merge PR #620: BUILD_UNIX.md: add commands to checkout the submodule(s)

This commit is contained in:
Davide Beatrici
2018-08-07 16:28:03 +02:00
committed by GitHub

View File

@ -46,6 +46,7 @@ To build the programs from the source code, run the following commands:
```bash ```bash
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
git submodule init && git submodule update
cd SoftEtherVPN cd SoftEtherVPN
./configure ./configure
make -C tmp make -C tmp