# HG changeset patch # User bgruening # Date 1366842827 14400 # Node ID 9c5da36668d3e2a475bc5191c88dcdf1ae973701 Uploaded diff -r 000000000000 -r 9c5da36668d3 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Apr 24 18:33:47 2013 -0400 @@ -0,0 +1,17 @@ + + + + + http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2 + ../bootstrap.sh --with-libraries=python,regex + + if [ $(uname -m) == 'x86_64' ]; then ./bjam install --prefix=$INSTALL_DIR/boost/; else ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/; fi; + + + $INSTALL_DIR/boost/ + + + + Compiling freetype requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable. + +