New repo for repo.or.cz
[The-Artvertiser.git] / osx_prereqs.txt
blob6c21cd11f37e387a17946d2fb3f9121ed4e44ea8
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)
13 - modify makefiles to use -framework OpenGL and -framework GLUT