Changes between Version 84 and Version 85 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
10/19/16 08:46:17 (7 years ago)
Author:
Samuli Seppänen
Comment:

Update "Pakcaging without building" section

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v84 v85  
    169169
    170170{{{
    171 makensis -DARCH=x86_64\
    172 -DVERSION_STRING=2.3_master-I001_master\
    173 -DOPENVPN_ROOT=tmp\\installer\\openvpn\
    174 -DTAP_WINDOWS_INSTALLER=tmp\\tap-windows-9.9.2.exe\
    175 -DSPECIAL_BUILD\
    176 -DUSE_TAP_WINDOWS\
    177 -DEASYRSA_ROOT=tmp\\installer\\easy-rsa\
    178 -DUSE_EASYRSA\
    179 -DUSE_OPENVPN_GUI\
    180 -DOUTPUT=./openvpn-test.exe\
    181 -DPACKAGE_NAME=OpenVPN openvpn.nsi
    182 }}}
    183 
    184 Make sure the variables match your latest complete build.
     171makensis -DARCH=x86_64 -DVERSION_STRING=2.4_alpha1-I601 -DOPENVPN_ROOT=tmp\\installer\\openvpn -DTAP_WINDOWS_INSTALLER=tmp\\tap-windows-9.21.2.exe -DOPENVPNSERV2_EXECUTABLE=tmp\\openvpnserv2-1.1.0.0.exe -DSPECIAL_BUILD -DEASYRSA_ROOT=tmp\\installer\\easy-rsa -DOUTPUT=./openvpn-test.exe -DPACKAGE_NAME=OpenVPN openvpn.nsi
     172}}}
     173
     174This has been tested with OpenVPN 2.4-alpha1 builds, but may fail on other versions due to missing defines (-D). So make sure the variables match your latest complete build.
    185175
    186176= Building natively on Windows using the MSVC toolchain ("msvc" subdir) =