From dc9cb551be8407c0eb16d685e1d791b0a3053074 Mon Sep 17 00:00:00 2001 From: legrand Date: Fri, 1 Feb 2008 13:32:50 +0000 Subject: [PATCH] install script modifs git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@920 331e1502-861f-0410-8da2-ba01fb791d7f --- trunk/installParadiseo.sh | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/trunk/installParadiseo.sh b/trunk/installParadiseo.sh index ab326ee8f..a386fa607 100755 --- a/trunk/installParadiseo.sh +++ b/trunk/installParadiseo.sh @@ -828,7 +828,18 @@ function run_install_step() fi ;; $S_END) - echo -e "\033[40m\033[1;33m### Now please run \"source $homePath/.bashrc\" to save the context ### \033[0m" + echo -e "\033[40m\033[1;33m### + The file \".bashrc\" file located in your directory $homePath has been MODIFIED. + The following lines have been added at the end: + + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$installKitPath/libxml2/lib: + PATH=$PATH:$installKitPath/libxml2/bin:$installKitPath/mpich2/bin + + These variables are necessary to compile any program using ParadisEO-PEO. If + you want to keep them in your environment in order not to have to set them each time you compile, enter \"source $homePath/.bashrc\". + + If you don't want to use these variables, please remove them from $homePath/.bashrc. ### \033[0m" + sleep 2 echo echo