Changes between Version 171 and Version 172 of BuildInstructions


Ignore:
Timestamp:
Apr 22, 2012, 8:17:31 PM (12 years ago)
Author:
fabio
Comment:

add libxcursor to Linux deendencies, sort by name

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v171 v172  
    7777First you need to install various standard tools and development libraries:
    7878
     79 * Boost
     80 * CMake (only needed if you use bundled NVTT)
     81 * Gamin (FAM should work too, but is considered deprecated)
    7982 * GCC (at least 4.0, preferably 4.3 or later)
     83 * libcurl
     84 * libogg
     85 * libpng
     86 * libvorbis
     87 * libxcursor
     88 * libxml2
     89 * OpenAL
     90 * OpenGL
     91 * SDL
    8092 * Subversion (or git if you want to use the Git mirror; see below)
    81  * SDL
    82  * Boost
     93 * zip (only needed if you use bundled spidermonkey)
    8394 * zlib
    84  * libpng
    85  * libxml2
    86  * OpenGL
    87  * OpenAL
    88  * zip (only needed if you use bundled spidermonkey)
    89  * libogg
    90  * libvorbis
    91  * libcurl
    92  * Gamin (FAM should work too, but is considered deprecated)
    93  * CMake (only needed if you use bundled NVTT)
     95
    9496 * To compile editing tools (enabled by default; pass the flag `--disable-atlas` to `update-workspaces.sh` to disable):
    9597   * wxWidgets (packages are probably called wxgtk)