changeset 2:cd9c4741f8b2

Uploaded
author bgruening
date Thu, 25 Apr 2013 09:30:40 -0400
parents 97a7d116834b
children 95ed6d984eab
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2</action>
-                <action type="shell_command">./bootstrap.sh --with-libraries=python,regex</action>
+                <action type="shell_command">./bootstrap.sh</action>
                 <!-- try to set the right architecture with uname -m -->
                 <action type="shell_command">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;</action>
 
@@ -12,6 +12,6 @@
                 </action>
             </actions>
         </install>
-        <readme>Compiling freetype requires a C++ compiler (typically gcc). You can access the boost root directory through the $BOOST_ROOT_DIR system variable.</readme>
+        <readme>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.</readme>
     </package>
 </tool_dependency>