comparison tool_dependencies.xml @ 8:782e014e71f9 draft default tip

Uploaded
author malbuquerque
date Wed, 21 Jan 2015 17:13:47 -0500
parents d715068fbd11
children
comparison
equal deleted inserted replaced
7:d715068fbd11 8:782e014e71f9
6 <action type="download_by_url">http://cmake.org/files/v3.1/cmake-3.1.0.tar.gz</action> 6 <action type="download_by_url">http://cmake.org/files/v3.1/cmake-3.1.0.tar.gz</action>
7 <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">./bootstrap --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install</action> 9 <action type="shell_command">make install</action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 </install> 14 </install>
15 </package> 15 </package>
16 </tool_dependency> 16 </tool_dependency>