1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00

Merge PR #1224: fix build documentation

This commit is contained in:
Davide Beatrici 2020-10-10 21:10:38 +02:00 committed by GitHub
commit 249575a5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,8 +56,8 @@ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
cd SoftEtherVPN cd SoftEtherVPN
git submodule init && git submodule update git submodule init && git submodule update
./configure ./configure
make -C tmp make -C build
make -C tmp install make -C build install
``` ```
This will compile and install SoftEther VPN Server, Bridge and Client binaries under your executable path. This will compile and install SoftEther VPN Server, Bridge and Client binaries under your executable path.
@ -74,8 +74,8 @@ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
cd SoftEtherVPN cd SoftEtherVPN
git submodule init && git submodule update git submodule init && git submodule update
./configure ./configure
make -C tmp make -C build
make -C tmp install make -C build install
``` ```
Building without USE_MUSL environment variable set compiles, but produced executables exhibit bad run-time behaviour. Building without USE_MUSL environment variable set compiles, but produced executables exhibit bad run-time behaviour.