Changes between Version 151 and Version 152 of BuildInstructions


Ignore:
Timestamp:
Jan 30, 2012, 3:24:19 AM (12 years ago)
Author:
historic_bruno
Comment:

Add stub for FreeBSD instructions

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v151 v152  
    258258 * Then, restart the compilation starting from `./update-workspace.sh`
    259259
     260== FreeBSD ==
     261'''Note: this is a work in progress and should be considered experimental. That means don't try it unless you "know what you're doing" :)'''
     262 * Install the following ports or packages (using `pkg_add -r`):
     263  * sdl
     264  * boost-libs
     265  * png
     266  * execinfo
     267  * libxml2
     268  * libGL
     269  * openal
     270  * zip
     271  * libogg
     272  * libvorbis
     273  * curl
     274  * gamin
     275  * cmake
     276  * wxgtk2-unicode - required to build Atlas tools
     277  * subversion - note the latest version for 8.2 Release is 1.6
     278  * Note: GCC 4.2.1 and zlib should already be installed by default
     279 * Obtain the game's source code as described above for Linux.
     280 * TODO: easy way to override `make` with `gmake` in the build scripts, probably an environment variable?
     281
    260282== Known problems and solutions ==
    261283 * If you get linker errors like '''`multiple definition of '(anonymous namespace)::_1'`''', particularly when using GCC 4.1, try running `./update-workspaces.sh --without-pch` and then `cd gcc; make clean` and rebuild.