From: jean-pierre roux Date: Mon, 20 Dec 2010 15:11:18 +0000 (+0000) Subject: Part 'install' of former compilemod.sh X-Git-Tag: Creatools2-0-3.creaToolsTools2-0-3.17Feb2011~73 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6ad6387699631087a9ceb5801e7f199a6ea5d657;p=creaToolsTools.git Part 'install' of former compilemod.sh --- diff --git a/Install/scripts/installmode.sh b/Install/scripts/installmode.sh new file mode 100644 index 0000000..7ad8a81 --- /dev/null +++ b/Install/scripts/installmode.sh @@ -0,0 +1,21 @@ +# $1 : useless for Linux (Release/Debug) +# $2 : name of source ex : crea +# $3 : generationdir ex : /tmp/myGenerationDir + +cd $3/creatools_bin/$2Bin +echo "--------------------------------------in compilemod-- $2 ------------" +echo $1 +echo $2 +echo $3 + +# make already performed in compilemod.sh +#make -j 2 + +# We install, now + +pwd +sudo make install +cd ../.. +pwd + +echo "--------------------------------------out compilemod--------------"