Changes between Version 60 and Version 61 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
06/25/12 09:02:52 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v60 v61  
    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]. Then do the following:
     148First check out ''openvpn-build'' as described [wiki:BuildingUsingGenericBuildsystem#Checkingoutopenvpn-buildrepository here]. Edit ''build-complete.var'' 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:
    149149
    150150{{{
     
    153153}}}
    154154
    155 If you want to sign the resulting libraries and executables, use something like this:
    156 
    157 {{{
    158 $ ./build-snapshot --sign --sign-pkcs12=signingkey.p12 --sign-pkcs12-pass=yourpassphrase
     155If you want to build a signed installer (with all included libraries and executables signed) use something like this instead:
     156
     157{{{
     158$ ./build-snapshot --sign --sign-pkcs12=signingkey.p12 --sign-pkcs12-pass=yourpassphrase --sign-timestamp="http://timestamp.domain.com"
    159159}}}
    160160