Changes between Version 190 and Version 191 of BuildInstructions


Ignore:
Timestamp:
Aug 25, 2012, 10:25:19 PM (12 years ago)
Author:
historic_bruno
Comment:

pkg-config aparently not included by default on some Mac Ports installs

Legend:

Unmodified
Added
Removed
Modified
  • BuildInstructions

    v190 v191  
    271271 * Install [http://www.macports.org/install.php MacPorts]. This is the easiest way to install all the dependencies needed by the game.
    272272 * `sudo port install` the following packages :
     273   * pkgconfig
    273274   * boost
    274275   * cmake
     
    284285{{{
    285286#!sh
    286 sudo port install boost cmake libenet libsdl libvorbis libxml2 curl wxWidgets-devel subversion
     287sudo port install pkgconfig boost cmake libenet libsdl libvorbis libxml2 curl wxWidgets-devel subversion
    287288}}}
    288289