1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-06 09:40:41 +03:00
SoftEtherVPN/src/configure

11 lines
158 B
Plaintext
Raw Normal View History

2014-01-04 17:00:08 +04:00
#!/bin/sh
echo 'Move to the parent directory and run ./configure script as following:'
echo
echo '$ cd ..'
echo '$ ./configure'
echo
echo 'Good luck!'
echo