-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathenviron
More file actions
11 lines (10 loc) · 593 Bytes
/
environ
File metadata and controls
11 lines (10 loc) · 593 Bytes
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Environment settings for running programs with the SIL version of mono
# Note that this file is intended to be "sourced", not "executed".
[ -z "$MONO_PREFIX" ] && export MONO_PREFIX=/usr
export GDK_SHARP=${MONO_PREFIX}/lib/mono/gtk-sharp-2.0
export LD_LIBRARY_PATH=${MONO_PREFIX}/lib:/usr/lib/fieldworks/lib:/usr/lib/fieldworks/lib/x64:${LD_LIBRARY_PATH}
export PKG_CONFIG_PATH=${MONO_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}
export MONO_GAC_PREFIX=${MONO_PREFIX}:${MONO_GAC_PREFIX}
export MONO_MWF_SCALING=disable
export PATH=${MONO_PREFIX}/bin:/usr/lib/fieldworks/icu-bin:$PATH