# HG changeset patch
# User bgruening
# Date 1366896640 14400
# Node ID cd9c4741f8b2ca237753c102ca5caf5c972b151e
# Parent 97a7d116834b6c3ba8d1fd10715ee12a21b64c60
Uploaded
diff -r 97a7d116834b -r cd9c4741f8b2 tool_dependencies.xml
--- a/tool_dependencies.xml Wed Apr 24 18:48:39 2013 -0400
+++ b/tool_dependencies.xml Thu Apr 25 09:30:40 2013 -0400
@@ -3,7 +3,7 @@
http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2
- ./bootstrap.sh --with-libraries=python,regex
+ ./bootstrap.sh
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;
@@ -12,6 +12,6 @@
- Compiling freetype requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable.
+ Compiling boost requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable. All modules will be build.