Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganized some files for cmake
[simgrid.git] / buildtools / Cmake / Scripts / postinstall.sh
diff --git a/buildtools/Cmake/Scripts/postinstall.sh b/buildtools/Cmake/Scripts/postinstall.sh
new file mode 100755 (executable)
index 0000000..ef11450
--- /dev/null
@@ -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