Changes between Version 2 and Version 3 of BuildInstructions


Ignore:
Timestamp:
Mar 28, 2009, 12:25:51 AM (15 years ago)
Author:
Philip Taylor
Comment:

Remove mentions of Xerces

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v2 v3  
    4646  * zlib
    4747  * libpng
    48   * Xerces-C++
     48  * libxml2
    4949  * OpenAL
    5050  * libogg
     
    5656  * BFD (typically called something like binutils-dev) (Linux only)
    5757  * and maybe some other things?
    58  * For '''Ubuntu''' the following might help: ''sudo apt-get install build-essential libsdl1.2-dev libxerces27-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libcrypto++-dev binutils-dev libnspr4-dev libdevil-dev''
    59  * For '''OS X''' you'll need [http://www.macports.org MacPorts] first. Then the following might help: ''sudo port install boost libsdl spidermonkey xercesc wxWidgets''
     58 * For '''Ubuntu''' the following might help: ''sudo apt-get install build-essential libsdl1.2-dev zlib1g-dev libpng12-dev libjpeg62-dev libgamin-dev nasm libwxgtk2.8-dev libboost-dev libboost-signals-dev libopenal-dev libalut-dev libvorbis-dev libogg-dev libcrypto++-dev binutils-dev libnspr4-dev libdevil-dev''
     59 * For '''OS X''' you'll need [http://www.macports.org MacPorts] first. Then the following might help: ''sudo port install boost libsdl spidermonkey wxWidgets''
    6060
    6161 * You'll need a multi-threaded build of !SpiderMonkey. If you have a single-threaded version instead, you should get some compiler errors and you might need to compile the right version yourself.