From: jean-pierre roux Date: Thu, 30 Sep 2010 15:39:06 +0000 (+0000) Subject: (try to) install X-Git-Tag: CREATOOLS.2-0-3~41 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4a95e7b71faa123033c0721f977b5924462e95ef;p=creaToolsTools.git (try to) install --- diff --git a/ctest/dashboard/All.sh b/ctest/dashboard/All.sh index 4fd8885..66aa88d 100644 --- a/ctest/dashboard/All.sh +++ b/ctest/dashboard/All.sh @@ -1,18 +1,19 @@ #!/bin/sh -if [$# = 0] -then + +#if [$# = 0] +#then echo "Use it as :" echo "sh All.sh " echo " " echo "ex : sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory" -exit 0 -fi +#exit 0 +#fi -if [$# != 5] -then -echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory" -exit 0 -fi +#if [$# != 5] +#then +#echo "use it as sh All.sh /tmp/gendir OFF jpr /usr/local/lib/vtk-5.4 /home/jpr/myInsallDirectory" +#exit 0 +#fi # @echo off diff --git a/ctest/dashboard/compilemod.sh b/ctest/dashboard/compilemod.sh index b0b7787..5a85f1b 100644 --- a/ctest/dashboard/compilemod.sh +++ b/ctest/dashboard/compilemod.sh @@ -7,5 +7,5 @@ cd $3/tmpCreaTools_INSTALL/$2Bin #echo $3 make - +make install cd ..