Changes between Version 189 and Version 190 of BuildInstructions


Ignore:
Timestamp:
Aug 25, 2012, 7:15:55 PM (12 years ago)
Author:
Deiz
Comment:

Clarification.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v189 v190  
    127127#!sh
    128128sudo apt-get install build-essential libboost-dev libboost-filesystem-dev   \
    129     libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgamin-dev \
     129    libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgamin-dev       \
    130130    libjpeg-dev libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev        \
    131131    libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev      \
     
    134134 * 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.
    135135 * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-nvtt --with-system-mozjs185` flags.
     136 * When not using system libraries, `libenet-dev`, `libmozjs185-dev` and `libnvtt-dev` can be omitted, but `cmake` is needed to build the bundled NVTT.
    136137
    137138==== Mandriva ====