From 730243b6c5a32860ae9378e3f536a2842811891a Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Thu, 25 Nov 2010 15:27:26 +0000 Subject: [PATCH] *** empty log message *** --- Install_ThirdParty/install_thirdparty.sh_TEMPLATE | 2 +- Install_ThirdParty/scripts/install_thirdparty_all.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE index 970a161..57de9bd 100644 --- a/Install_ThirdParty/install_thirdparty.sh_TEMPLATE +++ b/Install_ThirdParty/install_thirdparty.sh_TEMPLATE @@ -15,7 +15,7 @@ OperatingSystem= #creatoolsGeneration=~/Creatis/All/thirdParty_creatools #installPrefix=$creatoolsGeneration/thirdparty_install #buildType=Debug -#OperatingSystem=Linux +#OperatingSystem=Fedora #USER : Hand off! diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.sh b/Install_ThirdParty/scripts/install_thirdparty_all.sh index b93200b..63813e9 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.sh +++ b/Install_ThirdParty/scripts/install_thirdparty_all.sh @@ -207,10 +207,10 @@ sudo echo export LD_LIBRARY_PATH='$'LD_LIBRARY_PATH:$ITK_DIR >> $THIRDP sudo echo export LD_LIBRARY_PATH='$'LD_LIBRARY_PATH:$VTK_DIR >> $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_library_config.sh # modify .bashrc -# - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' if any (with accurate value for ???) +# - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_library_config.sh' if any (with accurate value for ???) sed -i -e '/.*creatools_third_party_library_config.*/ d' ~/.bashrc -# - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' (with accurate value for ???) +# - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_library_config.sh' (with accurate value for ???) echo source $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_library_config.sh >> ~/.bashrc -- 2.47.1