Changes between Version 382 and Version 383 of BuildInstructions


Ignore:
Timestamp:
Nov 30, 2020, 7:12:57 PM (3 years ago)
Author:
Stan
Comment:

Remove XCursor dependency following r24304

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v382 v383  
    109109 * libsodium (>= 1.0.14, follow the instructions at https://download.libsodium.org/doc/installation/ if your distro is behind)
    110110 * libvorbis
    111  * libxcursor
    112111 * libxml2
    113112 * miniupnpc (at least 1.6)
     
    137136    libgloox-dev libicu-dev libminiupnpc-dev libnvtt-dev libogg-dev   \
    138137    libopenal-dev libpng-dev libsdl2-dev libsodium-dev libvorbis-dev   \
    139     libxcursor-dev libxml2-dev python rustc subversion zlib1g-dev
     138    libxml2-dev python rustc subversion zlib1g-dev
    140139}}}
    141140   * With these dependencies you have to run:
     
    191190{{{
    192191#!sh
    193 pacman -S --needed boost cmake curl enet fmt gcc gloox icu libgl libogg libpng libsodium libvorbis libxcursor libxml2 miniupnpc patch sdl2 subversion wxgtk zip zlib make python python2 pkg-config grep awk
     192pacman -S --needed boost cmake curl enet fmt gcc gloox icu libgl libogg libpng libsodium libvorbis libxml2 miniupnpc patch sdl2 subversion wxgtk zip zlib make python python2 pkg-config grep awk
    194193}}}
    195194
     
    197196{{{
    198197#!sh
    199 sudo eopkg install libboost-devel curl-devel enet-devel gloox-devel libicu-devel libogg-devel libpng-devel libsodium-devel libvorbis-devel libxcursor-devel libxml2-devel miniupnpc-devel openal-soft-devel mesalib-devel sdl2-devel zlib-devel wxwidgets-devel libgnutls-devel fmt-devel
     198sudo eopkg install libboost-devel curl-devel enet-devel gloox-devel libicu-devel libogg-devel libpng-devel libsodium-devel libvorbis-devel libxml2-devel miniupnpc-devel openal-soft-devel mesalib-devel sdl2-devel zlib-devel wxwidgets-devel libgnutls-devel fmt-devel
    200199}}}
    201200
     
    249248gcc-5.5.0-x86_64-1_slack14.2.txz
    250249gcc-g++-5.5.0-x86_64-1_slack14.2.txz
    251 libXcursor-1.1.15-x86_64-1_slack14.2.txz
    252250libpng-1.6.27-x86_64-1_slack14.2.txz
    253251libsodium-1.0.16-x86_64-1_slonly.txz
     
    301299   {{{ #!sh
    302300   yum install cmake gcc-c++ enet-devel libglvnd-devel gloox-devel libicu-devel \
    303         libogg-devel libpng-devel libsodium-devel libvorbis-devel libXcursor-devel libxml2-devel \
     301        libogg-devel libpng-devel libsodium-devel libvorbis-devel libxml2-devel \
    304302        miniupnpc-devel openal-soft-devel subversion wxGTK3-devel zlib-devel SDL2-devel
    305303   }}}
     
    353351{{{
    354352#!sh
    355 sudo xbps-install -Syv base-devel boost-devel cmake curl fmt-devel gcc icu-devel libcurl-devel libenet-devel libogg-devel libopenal-devel libpng-devel libsodium-devel libvorbis-devel libXcursor libxml2 MesaLib-devel miniupnpc-devel patch pkg-config SDL2-devel wxWidgets-devel zip zlib
     353sudo xbps-install -Syv base-devel boost-devel cmake curl fmt-devel gcc icu-devel libcurl-devel libenet-devel libogg-devel libopenal-devel libpng-devel libsodium-devel libvorbis-devel libxml2 MesaLib-devel miniupnpc-devel patch pkg-config SDL2-devel wxWidgets-devel zip zlib
    356354}}}
    357355If there are issues, install more header files depending on the compiler's error message.