Explorar el Código

Adding bash_profile to nancy

Hamilton Turner hace 11 años
padre
commit
12cf47f058
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      frameworks/C#/nancy/bash_profile.sh

+ 8 - 0
frameworks/C#/nancy/bash_profile.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+export MONO_ROOT=${IROOT}/mono-3.6.0-install
+
+export PATH="$MONO_ROOT/bin:$PATH"
+
+# Needed to find Mono's shared libraries
+export LD_LIBRARY_PATH="$MONO_ROOT/lib"