comparison tool_dependencies.xml @ 7:b3ad1809cb09 draft default tip

Uploaded
author jeremie
date Thu, 26 Jun 2014 04:02:38 -0400
parents 5642ac938dda
children
comparison
equal deleted inserted replaced
6:5642ac938dda 7:b3ad1809cb09
9 <!-- <action type="shell_command">cd breakdancer</action> --> 9 <!-- <action type="shell_command">cd breakdancer</action> -->
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">folder=pwd</action>
15 <action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action> 15 <action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local 2>folder/errorfile</action>
16 <action type="shell_command">make</action> 16 <action type="shell_command">make</action>
17 <action type="shell_command">sudo make install</action> 17 <action type="shell_command">make install</action>
18 <!-- <action type="...">move bin/breakdancer-max to installdir</action> --> 18 <!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
19 </actions> 19 </actions>
20 </install> 20 </install>
21 <readme> 21 <readme>
22 </readme> 22 </readme>