Changes between Version 93 and Version 94 of BuildingOnWindows


Ignore:
Timestamp:
06/13/11 07:29:22 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v93 v94  
    55The traditional way to build OpenVPN for Windows is using autotools, either in a [http://www.mingw.org/ MinGW] environment or by cross-compiling the Windows binary on *NIX. This works, but does not allow signing the TUN/TAP driver, which is required for Windows Vista/7 and later. Due to this a new, relatively simple Python-based build system was written. This new build system allows building OpenVPN on Windows more easily, but some parts of the build may require a commercial version of the Visual Studio development environment. Fortunately the new build system only uses Visual Studio tools (nmake, compiler, linker, etc.), so learning VS's graphical user interface is not necessary. Full integration with Visual Studio ''should'' be possible, too.
    66
    7 '''IMPORTANT:''' Most of the ''build dependencies'' have been prepackaged for your convenienced and are available [http://build.openvpn.net/downloads/build-dependencies/openvpn-2.2-win-build-deps.tar.gz here].
     7'''IMPORTANT:''' Most of the ''build dependencies'' have been pre-packaged for your convenience and are available [http://build.openvpn.net/downloads/build-dependencies here].
    88
    99= Installing prequisites =