summarylogtreecommitdiffstats
path: root/mono42-dev-env
diff options
context:
space:
mode:
Diffstat (limited to 'mono42-dev-env')
-rwxr-xr-xmono42-dev-env10
1 files changed, 10 insertions, 0 deletions
diff --git a/mono42-dev-env b/mono42-dev-env
new file mode 100755
index 000000000000..a99e3b3bda0d
--- /dev/null
+++ b/mono42-dev-env
@@ -0,0 +1,10 @@
+#!/bin/bash
+MONO_PREFIX=/opt/mono
+GNOME_PREFIX=/opt/gnome
+export DYLD_FALLBACK_LIBRARY_PATH=$MONO_PREFIX/lib:$DYLD_LIBRARY_FALLBACK_PATH
+export LD_LIBRARY_PATH=$MONO_PREFIX/lib:$LD_LIBRARY_PATH
+export C_INCLUDE_PATH=$MONO_PREFIX/include:$GNOME_PREFIX/include
+export ACLOCAL_PATH=$MONO_PREFIX/share/aclocal
+export PKG_CONFIG_PATH=$MONO_PREFIX/lib/pkgconfig:$GNOME_PREFIX/lib/pkgconfig
+export PATH=$MONO_PREFIX/bin:$PATH
+PS1="[mono42] \w @ " \ No newline at end of file