mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
src/BUILD_UNIX.md: Reorder commands of SE manual build with musl
This commit is contained in:
parent
b9d7e94353
commit
6d389a1348
@ -64,8 +64,8 @@ To build the programs from the source code when using musl as libc, run the foll
|
|||||||
```bash
|
```bash
|
||||||
export USE_MUSL=YES
|
export USE_MUSL=YES
|
||||||
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
|
||||||
|
git submodule init && git submodule update
|
||||||
./configure
|
./configure
|
||||||
make -C tmp
|
make -C tmp
|
||||||
make -C tmp install
|
make -C tmp install
|
||||||
|
Loading…
Reference in New Issue
Block a user