Changes between Version 40 and Version 41 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
05/15/12 11:36:41 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v40 v41  
    5959 * gcc-*-arm-linux-gnueabi (for building Arm binaries)
    6060 * [http://git-scm.com/ Git]
    61  * [http://www.nongnu.org/man2html/ man2html]
     61 * [http://www.nongnu.org/man2html/ man2html] (for ''windows-nsis'' builds)
     62 * [http://waterlan.home.xs4all.nl/dos2unix.html dos2unix] (for ''windows-nsis'' builds)
    6263
    6364On Ubuntu 12.04 (64-bit) you the following commands shouldtake care of everything:
     
    6566{{{
    6667$ apt-get update
    67 $ apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi man2html
     68$ apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi man2html dos2unix
    6869}}}
    6970