Changes between Version 293 and Version 294 of BuildInstructions


Ignore:
Timestamp:
Dec 6, 2016, 12:54:59 PM (7 years ago)
Author:
Radagast
Comment:

Add more required devel header files to void linux dependency install command.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v293 v294  
    177177{{{
    178178#!sh
    179 sudo xbps-install -Syv boost cmake curl gcc icu libenet libGL libogg libpng libvorbis libXcursor libxml2 miniupnpc nspr patch SDL2 wxWidgets zip zlib
    180 # Custom compile gloox for the Lobby or use xbps source packages. Each package also has a -devel version.
    181 }}}
    182 If there are issues, then also install header files, e.g. nspr-devel is required for building SpiderMonkey and pyrogenesis requires some more header files like MesaLib-devel to provide header files for libGL:
    183 {{{
    184 #!sh
    185 xbps-install base-devel pkg-confg boost-devel libenet-devel miniupnpc-devel MesaLib-devel nspr-devel
    186 }}}
     179sudo 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
     180}}}
     181If there are issues, install more header files depending on the compiler's error message.
     182`nspr-devel` is required for building SpiderMonkey and pyrogenesis requires `MesaLib-devel` to provide header files for libGL.
     183Custom compile `gloox` for the Lobby or use xbps source packages or use `update-workspaces.sh --without-lobby`.
    187184
    188185