Changes between Version 153 and Version 154 of BuildInstructions


Ignore:
Timestamp:
Jan 30, 2012, 7:26:05 AM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v153 v154  
    286286  * subversion - note the latest version for 8.2 Release is 1.6
    287287  * Note: GCC 4.2.1 and zlib should already be installed by default
    288  * Obtain the game's source code as described above for Linux.
     288 * Obtain the game's source code as [#Gettingthecode described above] for Linux.
    289289 * TODO: easy way to override `make` with `gmake` in the build scripts, probably an environment variable?
     290 * If building Atlas, you need to set the `WX_CONFIG` variable, because `wx-config` has a different name on FreeBSD. For example, you'd run this command if you built the wxGTK 2.8 package with unicode support:
     291{{{
     292export WX_CONFIG=wxgtk2u-2.8-config
     293}}}
     294   if not correct, you will get errors about missing wx includes. You can skip building Atlas altogether (and the wxWidgets dependency) by later passing the `--disable-atlas` option to `update-workspaces.sh`.
    290295
    291296== Known problems and solutions ==