comparison tool_dependencies.xml @ 1:9fbaadc2f81a draft

Uploaded
author iuc
date Mon, 17 Mar 2014 18:20:56 -0400
parents 8a23feed1300
children 31643745f30c
comparison
equal deleted inserted replaced
0:8a23feed1300 1:9fbaadc2f81a
21 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; 21 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
22 </action> 22 </action>
23 <action type="set_environment"> 23 <action type="set_environment">
24 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable> 24 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable>
25 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> 25 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable>
26 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
27 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
26 </action> 28 </action>
27 </actions> 29 </actions>
28 </install> 30 </install>
29 <readme> 31 <readme>
30 Compiling boost requires a C++ compiler (typically gcc). 32 Compiling boost requires a C++ compiler (typically gcc).