Changes between Version 228 and Version 229 of BuildInstructions


Ignore:
Timestamp:
Apr 9, 2014, 9:24:02 AM (10 years ago)
Author:
fabio
Comment:

cleanup

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v228 v229  
    133133sudo apt-get install build-essential libboost-dev libboost-filesystem-dev   \
    134134    libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgloox-dev       \
    135     libjpeg-dev libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev     \
     135    libjpeg-dev libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev        \
    136136    libopenal-dev libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev       \
    137137    libxcursor-dev libxml2-dev subversion zlib1g-dev
    138138}}}
    139  * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-miniupnpc --with-system-nvtt` flags.
    140  * On Debian jessie/8 and Ubuntu trusty/14.04 or later you should replace `libwxgtk2.8-dev` with `libwxgtk3.0-dev`.
    141  * On Ubuntu 14.04 you can also install libmozjs-24-dev and run update-workspace.sh with --with-system-mozjs24 to use the SpiderMonkey library provided by the system.
     139 * With these dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-miniupnpc --with-system-nvtt` flags.
     140 * On Debian jessie/8 and Ubuntu trusty/14.04 or later:
     141  * you should replace `libwxgtk2.8-dev` with `libwxgtk3.0-dev`;
     142  * you should replace `libnspr4-dev` with `libmozjs-24-dev` and run `update-workspace.sh` with `--with-system-mozjs24` to use the SpiderMonkey library provided by the system.
    142143 * When not using system libraries, `libenet-dev` and `libnvtt-dev` can be omitted, but `cmake` is needed to build the bundled NVTT.
    143144 * You can also use `libcurl4-openssl-dev` instead of `libcurl4-gnutls-dev` (it's not possible to install both at once), but [http://lintian.debian.org/tags/possible-gpl-code-linked-with-openssl.html note that openssl is not GPL compatible and the resulting binaries could not be redistributed].