diff options
Diffstat (limited to 'envsetup.sh')
-rwxr-xr-x | envsetup.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/envsetup.sh b/envsetup.sh new file mode 100755 index 0000000..c0d178c --- /dev/null +++ b/envsetup.sh @@ -0,0 +1,6 @@ +export ACLOCAL="aclocal -I /usr/local/share/aclocal" +export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig" +export LD_LIBRARY_PATH=/usr/local/lib + +export MYDEBUG=1 +export GTK_DEBUG=misc |