Changes between Version 81 and Version 82 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
04/30/14 08:49:45 (10 years ago)
Author:
Samuli Seppänen
Comment:

Added a note about the dependency cache feature

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v81 v82  
    140140}}}
    141141
    142 '''NOTE:''' Ensure that ''OPENVPN_VERSION'' is set to what ''version.m4'' says
     142'''NOTE:''' Ensure that ''OPENVPN_VERSION'' is set to the same value as in ''version.m4'' in OpenVPN sources
    143143
    144144If you want to build a signed ''snapshot'' installer (with all included libraries and executables signed) use something like this instead:
     
    154154}}}
    155155
    156 
    157 Refer to ''./build-complete --help'' and ''build-snapshot'' for more options.
    158 
    159 '''NOTE:''' To make sure fresh tarballs are used, empty ./sources directory before building.
     156If you wish to cut down compile time you can use the dependency cache feature. Refer to ''windows-nsis/README'' for more information on it's usage.
     157
     158To make sure fresh tarballs are used, empty ./sources directory before building.
    160159
    161160== Packaging without building ==