Changes between Version 249 and Version 250 of BuildInstructions


Ignore:
Timestamp:
Sep 22, 2014, 6:43:13 PM (10 years ago)
Author:
leper
Comment:

OpenBSD adjustments.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v249 v250  
    400400   * wxWidgets-gtk2 (unicode) - required to build the Atlas editor
    401401   * zip
    402    * '''Note:''' GCC 4.2.1 (or Clang) and zlib should already be installed by default
     402   * '''Note:''' zlib should already be installed by default
     403   * GCC 4.4+ or Clang
    403404 * Obtain the game's source code as [#Gettingthecode described above] for Linux.
    404405 * Check for any variant specific issues below.
     
    428429
    429430=== OpenBSD ===
     431 * As we require GCC 4.4+ you need to set `CC` and `CXX` before building
     432{{{
     433#!sh
     434export CC=egcc CXX=eg++
     435}}}
    430436 * Install the dependencies with:
    431437{{{
    432438#!sh
    433 pkg_add -i boost cmake curl enet gmake jpeg libexecinfo libogg libxml openal \
    434     png sdl subversion zip
     439pkg_add -i boost cmake curl enet g++ gcc gloox gmake icu4c libexecinfo libogg \
     440    libxml miniupnpc nspr openal png sdl subversion zip
    435441}}}
    436442 * As OpenBSD's packaged libxml isn't build with threading support, building Atlas is not possible so you should run `update-workspaces.sh` with the `--disable-atlas` option.