Changes between Version 2 and Version 3 of BuildingOpenVPN-GUI


Ignore:
Timestamp:
06/03/13 09:26:07 (11 years ago)
Author:
Samuli Seppänen
Comment:

Added a section about openvpn-build

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOpenVPN-GUI

    v2 v3  
    33OpenVPN Windows releases include a Windows GUI, which is not part of the core project. OpenVPN versions 2.2.x and earlier include the [http://openvpn.se old Windows GUI], whereas 2.3 and later include the [http://sourceforge.net/projects/openvpn-gui/ new Windows GUI]. These instruction cover building the new GUI, although instruction for the old one are probably very similar.
    44
    5 = Installing prequisites =
     5= Building the OpenVPN installer bundle =
    66
    7 == MinGW ==
     7Currently the easiest way to build OpenVPN-GUI is to build the entire OpenVPN Windows installer bundle and extract the produced OpenVPN-GUI binary. Thorough instructions are available [https://community.openvpn.net/openvpn/wiki/BuildingUsingGenericBuildsystem here].
     8
     9= Building OpenVPN-GUI =
     10
     11'''NOTE:''' These instructions are probably outdated. Please fix them or use the process described above.
     12
     13== Installing prequisites ==
     14
     15=== MinGW ===
    816
    917If you're building the OpenVPN-GUI on Windows, you need to install [http://www.mingw.org/ MinGW] first, as both OpenSSL and OpenVPN-GUI are built with it.
    1018
    11 == OpenSSL ==
     19=== OpenSSL ===
    1220
    1321Build and install OpenSSL using the MinGW instruction given [BuildingOnWindows#BuildingOpenSSL here].
    1422
    15 = Building OpenVPN-GUI =
     23== Building OpenVPN-GUI ==
    1624
    1725Launch a MinGW command prompt and descend to the OpenVPN-GUI source directory. From there, issue the following commands: