X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c40d9806f658ba76d747939d667f87883b8aab1a..5841b044a6bbdc81137d1d7f6853d341e79e8bbf:/buildtools/Cmake/Scripts/postinstall.sh diff --git a/buildtools/Cmake/Scripts/postinstall.sh b/buildtools/Cmake/Scripts/postinstall.sh new file mode 100755 index 0000000000..ef11450648 --- /dev/null +++ b/buildtools/Cmake/Scripts/postinstall.sh @@ -0,0 +1,3 @@ +#! /bin/sh +echo "export SIMGRID_ROOT=/Applications/SimGrid" >> ~/.profile +echo "export DYLD_LYBRARY_PATH=$DYLD_LYBRARY_PATH:$SIMGRID_ROOT/lib" >> ~/.profile \ No newline at end of file