Changes between Version 274 and Version 275 of BuildInstructions


Ignore:
Timestamp:
Apr 27, 2015, 11:04:16 AM (9 years ago)
Author:
fabio
Comment:

update for sdl2 enabled by default

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v274 v275  
    105105 * OpenAL
    106106 * OpenGL
    107  * SDL (2.0 version is also experimental supported when passing `--sdl2` to `update-workspaces.sh`)
     107 * SDL2 (at least 2.0.2) - (1.2 version is still supported when passing `--sdl1` to `update-workspaces.sh`)
    108108 * Subversion (or git if you want to use the Git mirror; see below)
    109109 * zlib
     
    123123    libcurl4-gnutls-dev libenet-dev libgloox-dev libicu-dev libjpeg-dev     \
    124124    libminiupnpc-dev libnspr4-dev libnvtt-dev libogg-dev libopenal-dev   \
    125     libpng-dev libsdl-dev libvorbis-dev libwxgtk3.0-dev libxcursor-dev      \
     125    libpng-dev libsdl2-dev libvorbis-dev libwxgtk3.0-dev libxcursor-dev      \
    126126    libxml2-dev subversion zlib1g-dev
    127127}}}
     
    153153su -c 'yum -y install gcc-c++ python subversion zip cmake boost-devel       \
    154154    libcurl-devel enet-devel libjpeg-devel libpng-devel libvorbis-devel     \
    155     libxml2-devel openal-soft-devel pkgconfig SDL-devel wxGTK-devel         \
     155    libxml2-devel openal-soft-devel pkgconfig SDL2-devel wxGTK-devel         \
    156156    gloox-devel libicu-devel miniupnpc-devel'
    157157}}}
     
    164164sudo zypper install gcc-c++ python subversion zip cmake boost-devel         \
    165165    libcurl-devel libenet-devel libjpeg-devel libpng-devel libvorbis-devel  \
    166     libxml2-devel openal-soft-devel pkg-config wxGTK-devel libSDL-devel     \
     166    libxml2-devel openal-soft-devel pkg-config wxGTK-devel libSDL2-devel     \
    167167    gloox-devel libicu-devel miniupnpc-devel
    168168}}}
     
    173173{{{
    174174#!sh
    175 pacman -S libgl boost cmake gcc curl enet gloox libogg libpng libvorbis libxcursor libxml2 miniupnpc patch sdl subversion zip zlib icu
     175pacman -S libgl boost cmake gcc curl enet gloox libogg libpng libvorbis libxcursor libxml2 miniupnpc patch sdl2 subversion zip zlib icu
    176176
    177177}}}
     
    368368   * openal
    369369   * png
    370    * sdl
     370   * sdl2
    371371   * subversion
    372372   * wxWidgets-gtk2 (unicode) - required to build the Atlas editor
     
    384384#!sh
    385385pkg install boost-libs cmake curl enet gloox gmake iconv libGL libogg          \
    386      libvorbis libxml2 miniupnpc nspr openal pkgconf png sdl subversion        \
     386     libvorbis libxml2 miniupnpc nspr openal pkgconf png sdl2 subversion        \
    387387     wx30-gtk2 zip
    388388}}}
     
    411411#!sh
    412412pkg_add -i boost cmake curl enet g++ gcc gloox gmake icu4c libexecinfo libogg  \
    413     libxml miniupnpc nspr openal png sdl subversion zip
     413    libxml miniupnpc nspr openal png sdl2 subversion zip
    414414}}}
    415415 * 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.