Changes between Version 213 and Version 214 of BuildInstructions


Ignore:
Timestamp:
Nov 8, 2013, 4:14:27 PM (10 years ago)
Author:
fabio
Comment:

minor cleanup

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v213 v214  
    104104 * CMake (only needed if you use bundled NVTT)
    105105 * GCC (at least 4.0, preferably 4.3 or later)
     106 * libcurl
    106107 * libgloox (needed for the lobby; pass `--without-lobby` to `update-workspaces.sh` to exclude the lobby)
    107  * libcurl
    108108 * libogg
    109109 * libpng
     
    127127For a list of all options to `update-workspaces.sh` see [wiki:premake premake].
    128128
    129 ==== Debian (wheezy or later) / Ubuntu (12.04 or later) ====
     129==== Debian (7 or later) / Ubuntu (12.04 or later) ====
    130130Install the dependencies with:
    131131
     
    133133#!sh
    134134sudo apt-get install build-essential libboost-dev libboost-filesystem-dev   \
    135     libboost-signals-dev libcurl4-gnutls-dev libenet-dev libjpeg-dev        \
    136     libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev libpng-dev         \
    137     libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev libxml2-dev     \
    138     subversion zlib1g-dev libgloox-dev
     135    libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgloox-dev       \
     136    libjpeg-dev libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev        \
     137    libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev      \
     138    libxml2-dev subversion zlib1g-dev
    139139}}}
    140140 * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once), but note that openssl is not GPL compatible and the resulting binaries could not be redistributed.