Updating README build instructions

pull/24/merge
Leonardo Basilio 2016-02-16 22:19:52 -02:00 committed by Samuli Seppänen
parent fe715e201e
commit ac2d8a23c6
1 changed files with 5 additions and 1 deletions

6
README
View File

@ -228,4 +228,8 @@ Building OpenVPN GUI from source
* Start a bash shell by running msys.bat. * Start a bash shell by running msys.bat.
* Run "make" from the OpenVPN GUI source directory. * Run at the OpenVPN GUI source directory:
$ autoreconf -i
$ ./configure
$ make