Changes between Version 294 and Version 295 of BuildInstructions


Ignore:
Timestamp:
Dec 6, 2016, 4:22:03 PM (7 years ago)
Author:
Radagast
Comment:

Add libcurl-devel and SDL2-devel dbus broken package resolution (credit Vaelatern).

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v294 v295  
    177177{{{
    178178#!sh
    179 sudo xbps-install -Syv base-devel boost-devel cmake curl gcc icu libenet-devel libogg libpng libvorbis libXcursor libxml2 MesaLib-devel miniupnpc-devel nspr-devel patch pkg-config SDL2-devel wxWidgets zip zlib
     179sudo xbps-install -Syv base-devel boost-devel cmake curl gcc icu libcurl-devel libenet-devel libogg libpng libvorbis libXcursor libxml2 MesaLib-devel miniupnpc-devel nspr-devel patch pkg-config SDL2-devel wxWidgets zip zlib
    180180}}}
    181181If there are issues, install more header files depending on the compiler's error message.
    182182`nspr-devel` is required for building SpiderMonkey and pyrogenesis requires `MesaLib-devel` to provide header files for libGL.
    183183Custom compile `gloox` for the Lobby or use xbps source packages or use `update-workspaces.sh --without-lobby`.
     184If there are unresolved shlibs or an update breaks a package, then e.g.
     185{{{
     186#!sh
     187sudo xbps-install -Syv SDL2-devel dbus dbus-x11  # credit Vaelatern
     188sudo xpbs-install -Su  # update, add -d for debugging, credit duncaen
     189}}}
    184190
    185191