changeset 7:b3ad1809cb09 draft default tip

Uploaded
author jeremie
date Thu, 26 Jun 2014 04:02:38 -0400
parents 5642ac938dda
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 25 11:23:11 2014 -0400
+++ b/tool_dependencies.xml	Thu Jun 26 04:02:38 2014 -0400
@@ -11,10 +11,10 @@
 				<action type="shell_command">pwd</action>
 				<action type="shell_command">mkdir build</action>
 				<action type="shell_command">ls</action>
-				<action type="shell_command">pwd</action>
-				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
+				<action type="shell_command">folder=pwd</action>
+				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local 2>folder/errorfile</action>
 				<action type="shell_command">make</action>
-				<action type="shell_command">sudo make install</action>
+				<action type="shell_command">make install</action>
 				<!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
             </actions>
         </install>