Changes between Version 224 and Version 225 of BuildInstructions


Ignore:
Timestamp:
Dec 17, 2013, 5:00:29 PM (10 years ago)
Author:
fabio
Comment:

minor cleanup

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v224 v225  
    123123 * [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 SpiderMonkey 1.8.5] (`--with-system-mozjs185`)
    124124 * [http://code.google.com/p/nvidia-texture-tools NVTT] (`--with-system-nvtt`)
    125  * --with-system-miniupnpc
     125 * [http://miniupnp.free.fr/ MiniUPnP client] (`--with-system-miniupnpc`)
    126126For a list of all options to `update-workspaces.sh` see [wiki:premake premake].
    127127
     
    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 libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev        \
    136     libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libxcursor-dev      \
    137     libxml2-dev subversion zlib1g-dev libminiupnpc-dev
    138 }}}
    139  * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-nvtt --with-system-mozjs185 --with-system-miniupnpc` flags.
     135    libjpeg-dev libminiupnpc-dev libmozjs185-dev libnvtt-dev libogg-dev     \
     136    libopenal-dev libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev       \
     137    libxcursor-dev libxml2-dev subversion zlib1g-dev
     138}}}
     139 * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-miniupnpc --with-system-mozjs185 --with-system-nvtt` flags.
    140140 * On Debian jessie/8 and Ubuntu trusty/14.04 or later you should replace `libwxgtk2.8-dev` with `libwxgtk3.0-dev`.
    141141 * When not using system libraries, `libenet-dev`, `libmozjs185-dev` and `libnvtt-dev` can be omitted, but `cmake` is needed to build the bundled NVTT and `zip` is needed to build the bundled mozjs185.