Changes between Version 35 and Version 36 of BuildingUsingGenericBuildsystem


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v35 v36  
    5959 * gcc-*-arm-linux-gnueabi (for building Arm binaries)
    6060 * [http://git-scm.com/ Git]
     61
     62On Ubuntu 12.04 (64-bit) you the following commands shouldtake care of everything:
     63
     64{{{
     65$ apt-get update
     66$ apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi
     67}}}
    6168
    6269If 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.