echo
# ------------------
- echo "Name of the Generation Directory (default is /tmp/myGenerationDir)"
+ echo "Name of the Generation Directory (default is ~/creaToolsGenerationDir)"
read generationdir
if [ "$generationdir" = "" ]
then
- generationdir="/tmp/myGenerationDir"
+ generationdir="~/creaToolsGenerationDir"
fi
echo "you said : [" $generationdir "]"
if [ -f $installPrefixThird/share/creatools_third_party_library_config.sh ]
then
- echo $installPrefixThird/share/creatools_third_party_library_config.sh
+ echo "Third party config file : " $installPrefixThird/share/creatools_third_party_library_config.sh
echo ------
more $installPrefixThird/share/creatools_third_party_library_config.sh
echo ------
if [ -f $installPrefix/share/creatools_base_library_config.sh ]
then
- echo $installPrefix/share/creatools_base_library_config.sh
+ echo "Creatools base library config file : " $installPrefix/share/creatools_base_library_config.sh
echo ------
more $installPrefix/share/creatools_base_library_config.sh
echo ------
echo "installPrefix ... " $installPrefix
fi
echo ------
- echo "VTK_DIR : " $VTK_DIR
- echo "ITK_DIR : " $ITK_DIR
- echo "GDCM_DIR : " $GDCM_DIR
+ echo "VTK_DIR : " $VTK_DIR
+ echo "ITK_DIR : " $ITK_DIR
+ echo "GDCM_DIR : " $GDCM_DIR
+ echo
echo "crea_DIR : " $crea_DIR
echo "BBTK_DIR : " $BBTK_DIR
echo "creaMaracasVisu_DIR : " $creaMaracasVisu_DIR