Changes between Version 43 and Version 44 of BuildingUsingGenericBuildsystem


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v43 v44  
    6060 * [http://git-scm.com/ Git]
    6161 * [http://www.nongnu.org/man2html/ man2html] (for ''windows-nsis'' builds)
    62  * [http://waterlan.home.xs4all.nl/dos2unix.html dos2unix] (for ''windows-nsis'' builds)
     62 * [http://waterlan.home.xs4all.nl/dos2unix.html dos2unix] (for ''windows-nsis'' builds)
     63 * [http://nsis.sourceforge.net/Main_Page NSIS]
    6364
    6465On Ubuntu 12.04 (64-bit) you the following commands shouldtake care of everything:
     
    6667{{{
    6768$ apt-get update
    68 $ apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi man2html dos2unix
     69$ apt-get install git-core mingw-w64 gcc-4.6-arm-linux-gnueabi man2html dos2unix nsis
    6970}}}
    7071