echo " Use Expanded menu :................5 "
else
echo " Use compact menu :.................5 "
- fi
+ fi
echo " Uninstall the CreaTools :..........6 "
echo " Help ..............................7 Help about this menu"
echo " Show some Environment Variables ...8"
#2.2
source scripts/CreaTools-configure.sh
bash scripts/CreaTools-compile.sh
- #2.3
+ #2.3
bash scripts/CreaTools-install.sh
echo "You HAVE to leave current window to continue!"
read a
- kill $PPID
+ kill $PPID
;;
-
+
2.1)
- echo "========================== 2.1"
+ echo "========================== 2.1"
bash scripts/CreaTools-load.sh
;;
# echo "You HAVE to leave current window to continue!"
# else
# echo "==> Hit any key to close current window"
-# fi
+# fi
;;
5)
if [ $expanded = "NO" ]
then
- expanded="YES"
+ expanded="YES"
else
- expanded="NO"
+ expanded="NO"
fi
;;
echo "creaContours_DIR : " $creaContours_DIR
echo "creaRigidRegistration_DIR :" $creaRigidRegistration_DIR
echo "bbtkGEditor_DIR : " $bbtkGEditor_DIR
- echo "creaTools_DIR : " $creaTools_DIR
+ echo "creaTools_DIR : " $creaTools_DIR
echo "==================================="
echo
;;
9)
- echo
+ echo
exit 0
;;
- 10)
+ 10)
bash scripts/ThirdParty-install_no_compile.sh
;;
*)
-
+
if [ expanded="NO" ]
then
echo "Your answer must be in {0, 1, 2, 5, 6, 7, 8, 9} (was [ $i ])"