Changes between Version 291 and Version 292 of BuildInstructions


Ignore:
Timestamp:
Dec 6, 2016, 11:39:33 AM (7 years ago)
Author:
Radagast
Comment:

Add nspr, -devel note to voidlinux 0AD dependency install command on nspr.pc pkg-config SpiderMonkey build error.

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v291 v292  
    177177{{{
    178178#!sh
    179 sudo xbps-install -Syv boost cmake curl gcc icu libenet libGL libogg libpng libvorbis libXcursor libxml2 miniupnpc patch SDL2 wxWidgets zip zlib
    180 # custom compile gloox for the Lobby or use xbps source packages, i.e. package it
    181 }}}
    182 
     179sudo 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}}}
     182If there are issues, then also install header files, e.g. nspr-devel is required for building SpiderMonkey:
     183{{{
     184#!sh
     185xbps-install base-devel pkg-confg nspr-devel
     186}}}
    183187
    184188