Changes between Version 135 and Version 136 of BuildInstructions


Ignore:
Timestamp:
2011-07-09 16:14:41 (23 months ago)
Author:
hennr
Comment:

cleaned up a bit

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v135 v136  
    7474 * OpenGL 
    7575 * OpenAL 
    76  * zip 
     76 * zip (needed by spidermonkey) 
    7777 * libogg 
    7878 * libvorbis 
     
    8383 * To compile editing tools (enabled by default; pass the flag `--disable-atlas` to `update-workspaces.sh` to disable): 
    8484   * wxWidgets (packages are probably called wxgtk) 
    85  * To use shared system libraries instead of bundled copies of libraries (disabled by default; pass the flag `--with-system-$FOO` to `update-workspaces.sh` to use the non-bundled copy): 
     85 * To use shared system libraries instead of bundled copies (default) of libraries (pass the flag `--with-system-$COMPONENT` to `update-workspaces.sh` to use the non-bundled copy): 
    8686   * ENet 1.3 (`--with-system-enet`) 
    8787   * [http://code.google.com/p/nvidia-texture-tools NVTT] (`--with-system-nvtt`) 
     
    9494#!html 
    9595<pre class="wiki" style="white-space: pre-wrap"> 
    96 sudo apt-get install subversion build-essential cmake libsdl1.2-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libboost-filesystem-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libdevil-dev libxml2-dev libcurl4-gnutls-dev zip 
     96sudo apt-get install subversion build-essential cmake libsdl1.2-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libboost-filesystem-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libdevil-dev libxml2-dev libcurl4-gnutls-dev zip libenet-dev 
    9797</pre> 
    9898}}}