Changes between Version 7 and Version 8 of BuildingOpenVPN-GUI


Ignore:
Timestamp:
08/19/21 17:29:33 (3 years ago)
Author:
Selva Nair
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOpenVPN-GUI

    v7 v8  
    11= Introduction =
    22
    3 OpenVPN 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.
     3OpenVPN 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 [https://github.com/OpenVPN/openvpn-gui/blob/master/README.rst new Windows GUI]. These instruction cover building the new GUI, although instruction for the old one are probably very similar.
    44
    55= Building the OpenVPN installer bundle =
     
    3737Optionally use -j n with make.
    3838
    39 That will build openvpn-gui.exe. The exec can be easily installed manually or using the installer built as
    40 
    41 {{{$ make installer}}}
    42 
    43 This needs makensis in PATH.
     39That will build openvpn-gui.exe. The exec can be installed manually by copying to the folder where other OpenVPN binaries are installed ({{{C:\Program Files\OpenVPN\bin}}} by default).