From: Eduardo DAVILA Date: Mon, 27 Nov 2017 16:23:55 +0000 (+0100) Subject: #3154 creaToolsTools Feature New Normal - branch mxecc X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=de2b526d9acb9469fc56e269f9a78892e07289b4;p=creaToolsTools.git #3154 creaToolsTools Feature New Normal - branch mxecc --- diff --git a/Linux-mxe/compile-cretools.sh b/Linux-mxe/compile-cretools.sh index 3237858..4aa2557 100644 --- a/Linux-mxe/compile-cretools.sh +++ b/Linux-mxe/compile-cretools.sh @@ -2,7 +2,7 @@ baseDir="$(pwd)" cd scripts source config.sh -##source cloneGit.sh +source cloneGit.sh mkdir $creatoolsBin source compile_crea.sh cd $baseDir diff --git a/Linux-mxe/scripts/cloneGit.sh b/Linux-mxe/scripts/cloneGit.sh index a5d33a8..7a44340 100644 --- a/Linux-mxe/scripts/cloneGit.sh +++ b/Linux-mxe/scripts/cloneGit.sh @@ -4,5 +4,14 @@ rm -rf crea bbtk ssh-add git clone ssh://gitolite@git.creatis.insa-lyon.fr/crea git clone ssh://gitolite@git.creatis.insa-lyon.fr/bbtk + +cd crea +git checkout vtk7itk4wx3 +cd .. + +cd bbtk +git checkout vtk7itk4wx3 +cd .. + cd $baseDir/scripts