Changes between Version 292 and Version 293 of BuildInstructions


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

Add some -devel packages required on voidlinux to the 0AD dependency install command.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v292 v293  
    180180# Custom compile gloox for the Lobby or use xbps source packages. Each package also has a -devel version.
    181181}}}
    182 If there are issues, then also install header files, e.g. nspr-devel is required for building SpiderMonkey:
    183 {{{
    184 #!sh
    185 xbps-install base-devel pkg-confg nspr-devel
     182If 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
     185xbps-install base-devel pkg-confg boost-devel libenet-devel miniupnpc-devel MesaLib-devel nspr-devel
    186186}}}
    187187