1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 10:10:40 +03:00

Merge PR #644: src/BUILD_UNIX.md: Reorder commands of SE manual build with musl

This commit is contained in:
Davide Beatrici 2018-08-12 19:06:55 +02:00 committed by GitHub
commit b3aba63f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,8 @@ To build the programs from the source code when using musl as libc, run the foll
```bash
export USE_MUSL=YES
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
git submodule init && git submodule update
cd SoftEtherVPN
git submodule init && git submodule update
./configure
make -C tmp
make -C tmp install