Browse Source

Adding bash_profile to nancy

Hamilton Turner 10 years ago
parent
commit
12cf47f058
1 changed files with 8 additions and 0 deletions
  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"