Changes between Version 72 and Version 73 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
11/16/12 18:20:26 (11 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v72 v73  
    146146NSIS must be available on system. If installed not in path or standard location set MAKENSIS environment variable. Same goes for OSSLSIGNCODE.
    147147
    148 First check out ''openvpn-build'' as described [wiki:BuildingUsingGenericBuildsystem#Checkingoutopenvpn-buildrepository here]. Check ''build-complete.vars'' for variables which you can set in the shell to point the ''build-complete'' script to the correct dependency packages (''easy-rsa'' and ''tap-windows''). Then, if you want to build an (unsigned) installer, do the following:
     148First check out ''openvpn-build'' as described [wiki:BuildingUsingGenericBuildsystem#Checkingoutopenvpn-buildrepository here]. Check ''build-complete.vars'' for variables which you can set in the shell to point the ''build-complete'' script to the correct dependency packages (''easy-rsa'' and ''tap-windows''). If you're building a snapshot, ensure that OPENVPN_VERSION in ''version.m4'' (in Git) matches that in ''../generic/build.vars''; also make sure other variables in that file are correct.
     149
     150Then, if you want to build an (unsigned) installer, do the following:
    149151
    150152{{{
     
    152154$ ./build-snapshot
    153155}}}
     156
     157'''NOTE:''' Ensure that ''OPENVPN_VERSION'' is set to what ''version.m4'' says. 
    154158
    155159If you want to build a signed ''snapshot'' installer (with all included libraries and executables signed) use something like this instead: