Changes between Version 235 and Version 236 of BuildInstructions


Ignore:
Timestamp:
Apr 27, 2014, 9:50:40 PM (10 years ago)
Author:
fabio
Comment:

debian/ubuntu cleanup

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v235 v236  
    126126For a list of all options to `update-workspaces.sh` see [wiki:premake premake].
    127127
    128 ==== Debian (7 or later) / Ubuntu (12.04 or later) ====
     128==== Debian (8/jessie or later) / Ubuntu (14.04/trusty or later) ====
    129129Install the dependencies with:
    130130{{{
     
    142142sudo perl -i -pe 's/(^#elif _MSC_VER >= 1600).*/#elif defined(_MSC_VER) && _MSC_VER >= 1600/' /usr/include/mozjs-24/mozilla/NullPtr.h
    143143}}}
    144  * On systems earlier than Debian Jessie/8 and Ubuntu Trusty/14.04:
     144 * **On systems earlier than Debian 8/jessie and Ubuntu 14.04/trusty or later:**
    145145  * you should replace `libwxgtk3.0-dev` with `libwxgtk2.8-dev`;
    146146  * you should replace `libmozjs-24-dev` with `libnspr4-dev` and run `update-workspace.sh` without `--with-system-mozjs24`.