Changes between Version 248 and Version 249 of BuildInstructions


Ignore:
Timestamp:
Sep 20, 2014, 1:31:47 AM (10 years ago)
Author:
leper
Comment:

Update instructions for FreeBSD 10 (see #2804)

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v248 v249  
    384384   * enet
    385385   * execinfo
     386   * gloox
    386387   * gmake
     388   * iconv
    387389   * icu
    388390   * libGL
     
    391393   * libvorbis
    392394   * libxml2
     395   * nspr
    393396   * openal
    394397   * png
     
    397400   * wxWidgets-gtk2 (unicode) - required to build the Atlas editor
    398401   * zip
    399    * '''Note:''' GCC 4.2.1 and zlib should already be installed by default
     402   * '''Note:''' GCC 4.2.1 (or Clang) and zlib should already be installed by default
    400403 * Obtain the game's source code as [#Gettingthecode described above] for Linux.
    401404 * Check for any variant specific issues below.
     
    407410{{{
    408411#!sh
    409 pkg_add -r boost-libs cmake curl enet execinfo gmake libGL libjpeg-turbo    \
    410     libogg libvorbis libxml2 openal png sdl subversion wxgtk2-unicode zip
    411 }}}
    412 
     412pkg install boost-libs cmake curl enet gloox gmake iconv libGL libogg          \
     413     libvorbis libxml2 nspr openal pkgconf png sdl subversion wx30-gtk2 zip
     414}}}
     415
     416 * If running FreeBSD 10.0+ you need to set `CC` to `clang` and `CXX` to `clang++`.
     417{{{
     418export CC=clang CXX=clang++
     419}}}
    413420 * TODO: Fix missing ecvt() (see #1325)
    414421 * 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: