compiles and seems to run; not properly tested
[The-Artvertiser.git] / osx_prereqs.txt
blob66124b20e52e4448b41567525ede056021286439
1 prerequisites for OSX build of Artvertiser:
3 - boost with threads lib compiled:
4   extract boost & cd into boost dir then
5   $ ./bootstrap.sh --with-libraries=thread
6   $ sudo ./bjam install
7   
8 - freetype in /usr (NOT /usr/local)
10 - ftgl 
11   (will throw errors about unable to build demo, just ignore and continue)