Changes between Version 66 and Version 67 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
09/14/12 08:16:09 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v66 v67  
    327327 * Copy the kernel-mode and cross-certificates to the Windows build computer
    328328 * Copy the user-mode code-signing certificate to the *NIX build computer
    329  * Generate an ''easy-rsa'' tarball and put it somewhere on the Internet
    330  * Build ''tap-windows'' and put the installer somewhere on the Internet
     329 * Generate an ''easy-rsa'' tarball and put it on a webserver
     330 * Generate an ''openvpn-gui'' tarball:
     331  * [http://sourceforge.net/scm/?type=git&group_id=248281 Clone] the [http://sourceforge.net/projects/openvpn-gui/ new openvpn-gui] git repository
     332  * Run ''autoreconf -vi'' in the ''openvpn-gui'' directory
     333  * Append a version number to the directory name (e.g. "mv openvpn-gui openvpn-gui-1.0.6")
     334  * Tar and gzip the directory (e.g. "tar -zcf openvpn-gui-1.0.6.tar.gz openvpn-gui-1.0.6")
     335  * Put the resulting archive on a webserver
     336 * Build ''tap-windows'' and put the installer on a webserver
    331337 * Setup ''openvpn-build/generic/build.vars'' to suit your needs:
    332338  * dependency locations
     
    335341  * ''easy-rsa'' tarball location
    336342  * ''tap-windows'' installer location
    337  * Build the whole thing using ''openvpn-build/windows-nsis/build-snapshot''
     343 * Build the whole thing using ''openvpn-build/windows-nsis/build-complete''
     344  * '''NOTE:''' ''build-snapshot'' is meant for building ''snapshots'', not release packages
    338345
    339346See corresponding sections for more detailed documentation.