Changes between Version 47 and Version 48 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/15/12 14:34:51 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v47 v48  
    203203{{{
    204204$ cd openvpn-build/windows-nsis
    205 $ ./build-complete
     205$ ./build-snapshot
     206}}}
     207
     208If you want to sign the resulting libraries and executables, use something like this:
     209
     210{{{
     211$ ./build-snapshot --sign --sign-pkcs12=signingkey.p12 --sign-pkcs12-pass=yourpassphrase
    206212}}}
    207213
     
    209215
    210216'''NOTE:''' To make sure fresh tarballs are used, empty ../generic/sources directory before building.
     217
     218
     219
    211220
    212221= Building natively on Windows using the MSVC toolchain ("msvc" subdir) =