Changes between Version 255 and Version 256 of BuildInstructions


Ignore:
Timestamp:
Dec 6, 2014, 6:07:53 PM (9 years ago)
Author:
fabio
Comment:

update dependencies

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v255 v256  
    101101First you need to install various standard tools and development libraries:
    102102
    103  * Boost
     103 * Boost (at least 1.40 since r15173)
    104104 * CMake (only needed if you use bundled NVTT)
    105105 * GCC (at least 4.4, required by SpiderMonkey)
    106106 * libcurl
    107107 * libenet (1.3, the older 1.2 is not compatible)
    108  * libgloox (needed for the lobby; pass `--without-lobby` to `update-workspaces.sh` to exclude the lobby)
     108 * libgloox (needed for the lobby; at least 1.0.9, previous versions are know to have connection problems; pass `--without-lobby` to `update-workspaces.sh` to exclude the lobby)
    109109 * libicu
    110110 * libnspr4
     
    114114 * libxcursor
    115115 * libxml2
    116  * miniupnpc
     116 * miniupnpc (at least 1.6)
    117117 * OpenAL
    118118 * OpenGL
    119  * SDL
     119 * SDL (2.0 version is also experimental supported when passing `--with-sdl2` to `update-workspaces.sh`)
    120120 * Subversion (or git if you want to use the Git mirror; see below)
    121121 * zlib