Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure « src - github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b7bfb2e72c2018ff48158fa6279c5ea6f16304d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

echo 'Move to the parent directory and run ./configure script as following:'
echo
echo '$ cd ..'
echo '$ ./configure'
echo
echo 'Good luck!'
echo