Changes between Version 7 and Version 8 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
03/03/12 22:39:41 (12 years ago)
Author:
alonbl
Comment:

Update NSIS references

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v7 v8  
    55= Generic build method =
    66
    7 This is the most generic method: it can cross compile OpenVPN using any toolchain to any environment. Make sure you have installed correct tool chain, for example [http://mingw-w64.sourceforge.net/ mingw-w64] before you start. Also, if you have [http://nsis.sourceforge.net/Main_Page NSIS] installed, you can use it to generate Windows installers. Below a few usage examples.
     7This is the most generic method: it can cross compile OpenVPN using any toolchain to any environment. Make sure you have installed correct tool chain, for example [http://mingw-w64.sourceforge.net/ mingw-w64] before you start. Below a few usage examples.
    88
    99cygwin user: Refer README for required packages.
     
    8686= Creating a NSIS installer =
    8787
    88 You can use the buildsystem to create the NSIS installer for Windows, it uses the generic build system then create the installer, and [http://sourceforge.net/projects/osslsigncode osslsigncode] if you would like to sign binaries.
     88You can use the buildsystem to create the [http://nsis.sourceforge.net NSIS] installer for Windows, it uses the generic build system then create the installer, and [http://sourceforge.net/projects/osslsigncode osslsigncode] if you would like to sign binaries.
    8989
    9090NSIS must be available on system. If installed not in path or standard location set MAKENSIS environment variable. Same goes for OSSLSIGNCODE.
     
    102102= TAP-Windows =
    103103
    104 Required software: Microsoft Visual Studio 2008, recent Windows DDK.
     104Required software: Microsoft Visual Studio 2008, recent Windows DDK, [http://nsis.sourceforge.net NSIS].
    105105
    106106First clone the openvpn-build repository, .e.g using ''Git Bash'':