Changes between Version 65 and Version 66 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
07/24/12 08:16:28 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v65 v66  
    4545You can use the ''generic'' buildsystem from ''openvpn-build'' subproject to cross-compile OpenVPN using any toolchain to any target environment. The build host must have a *NIX-like environment, e.g. Linux, *BSD or Cygwin (on Windows). First make sure you have installed the correct tools before you start:
    4646
    47  * [http://mingw-w64.sourceforge.net/ mingw-w64], preferably version 2.0 or later (for building Windows binaries)
    48  * gcc-*-arm-linux-gnueabi (for building Arm binaries)
     47 * [http://mingw-w64.sourceforge.net/ mingw-w64], version 2.0.x, [wiki:InstallingMingwW64 may need backported patches] (if building Windows binaries)
     48 * gcc-*-arm-linux-gnueabi (if building Arm binaries)
    4949 * [http://git-scm.com/ Git]
    5050 * [http://www.nongnu.org/man2html/ man2html] (for ''windows-nsis'' builds)