Changes between Version 240 and Version 241 of BuildInstructions


Ignore:
Timestamp:
Jun 3, 2014, 1:27:36 PM (10 years ago)
Author:
fabio
Comment:

minor debian correction

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v240 v241  
    145145sudo perl -i -pe 's/(^#elif _MSC_VER >= 1600).*/#elif defined(_MSC_VER) && _MSC_VER >= 1600/' /usr/include/mozjs-24/mozilla/NullPtr.h
    146146}}}
    147  * **On systems earlier than Debian 8/jessie and Ubuntu 14.04/trusty or later:**
     147 * **On systems earlier than Debian 8/jessie and Ubuntu 14.04/trusty:**
    148148  * you should replace `libwxgtk3.0-dev` with `libwxgtk2.8-dev`;
    149149  * you should replace `libmozjs-24-dev` with `libnspr4-dev` and run `update-workspace.sh` without `--with-system-mozjs24`.