X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0be045259319ad500785dced1ba4b7dc2e0fdfe9..023ba62ad77dcc3714288ca23364af119cdc9735:/doc/install.doc?ds=sidebyside diff --git a/doc/install.doc b/doc/install.doc index 03f17b2ed7..51459e03ad 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -53,16 +53,15 @@ Be careful on Mac, this variable is called DYLD_LIBRARY_PATH and not LD_LIBRARY_PATH. \verbatim -$ export SIMGRID_ROOT="$HOME/Install/simgrid/" -$ export SIMGRID_JAVA_ROOT="$HOME/Install/simgrid-java" -$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMGRID_ROOT/lib:$SIMGRID_JAVA_ROOT/java +$ export SIMGRID_ROOT="$HOME/Install/simgrid/" # change it to the path where you installed the SimGrid library +$ export SIMGRID_JAVA_ROOT="$HOME/Install/simgrid-java" # change it to the path where you installed the java bindings of SimGrid +$ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$SIMGRID_ROOT/lib:$SIMGRID_JAVA_ROOT/java $ cd examples $ java -cp .:../simgrid.jar basic/BasicTest platform.xml basic/basicDeployment.xml \endverbatim - - - +If you want to make these settings permanent even after a reboot, you +need to add the export lines into your ~/.bashrc file, or equivalent.