Changes between Version 34 and Version 35 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/15/12 10:53:07 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v34 v35  
    5656You 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:
    5757
    58  * [http://mingw-w64.sourceforge.net/ mingw-w64] (for building Windows binaries)
     58 * [http://mingw-w64.sourceforge.net/ mingw-w64], preferably version 2.0 or later (for building Windows binaries)
    5959 * gcc-*-arm-linux-gnueabi (for building Arm binaries)
     60 * [http://git-scm.com/ Git]
    6061
    6162If you're building using Cygwin on Windows, it's best to configure Git not to translate LF to CR/LF. For this reason it's probably best to use Cygwin's Git. Also take a look at Cygwin's README to see which packages are required.