Changes between Version 169 and Version 170 of BuildInstructions


Ignore:
Timestamp:
Apr 21, 2012, 9:58:24 AM (12 years ago)
Author:
fabio
Comment:

use libnvtt-dev on Debian and Ubuntu

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v169 v170  
    9696 * 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):
    9797   * ENet 1.3 (`--with-system-enet`)
     98   * [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 SpiderMonkey 1.8.5] (`--with-system-mozjs185`)
    9899   * [http://code.google.com/p/nvidia-texture-tools NVTT] (`--with-system-nvtt`)
    99    * [https://developer.mozilla.org/en/SpiderMonkey/1.8.5 SpiderMonkey 1.8.5] (`--with-system-mozjs185`)
    100 
    101 ==== Debian / Ubuntu ====
     100
     101==== Debian (wheezy or later) / Ubuntu (12.04 or later) ====
    102102
    103103Install the dependencies with:
     
    106106#!html
    107107<pre class="wiki" style="white-space: pre-wrap">
    108 sudo apt-get install build-essential cmake libboost-dev libboost-filesystem-dev libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgamin-dev libjpeg-dev libmozjs185-dev libogg-dev libopenal-dev libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libxml2-dev subversion zlib1g-dev
     108sudo apt-get install build-essential libboost-dev libboost-filesystem-dev libboost-signals-dev libcurl4-gnutls-dev libenet-dev libgamin-dev libjpeg-dev libmozjs185-dev libnvtt-dev libogg-dev libopenal-dev libpng-dev libsdl-dev libvorbis-dev libwxgtk2.8-dev libxml2-dev subversion zlib1g-dev
    109109</pre>
    110110}}}
    111111 * 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.
    112  * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet` and `--with-system-mozjs185` flags.
     112 * With that dependencies you have to run `update-workspaces.sh` with `--with-system-enet --with-system-nvtt --with-system-mozjs185` flags.
    113113
    114114==== Mandriva ====