comparison tool_dependencies.xml @ 6:5642ac938dda draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:23:11 -0400
parents 730c0c8cf29b
children b3ad1809cb09
comparison
equal deleted inserted replaced
5:730c0c8cf29b 6:5642ac938dda
10 <action type="shell_command">ls</action> 10 <action type="shell_command">ls</action>
11 <action type="shell_command">pwd</action> 11 <action type="shell_command">pwd</action>
12 <action type="shell_command">mkdir build</action> 12 <action type="shell_command">mkdir build</action>
13 <action type="shell_command">ls</action> 13 <action type="shell_command">ls</action>
14 <action type="shell_command">pwd</action> 14 <action type="shell_command">pwd</action>
15 <action type="shell_command">cd build</action> 15 <action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
16 <action type="shell_command">ls</action>
17 <action type="shell_command">pwd</action>
18 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
19 <action type="shell_command">make</action> 16 <action type="shell_command">make</action>
20 <action type="shell_command">sudo make install</action> 17 <action type="shell_command">sudo make install</action>
18 <!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
21 </actions> 19 </actions>
22 </install> 20 </install>
23 <readme> 21 <readme>
24 </readme> 22 </readme>
25 </package> 23 </package>