diff options
author | Kyle K <kylek389@gmail.com> | 2014-02-21 13:50:21 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2014-02-21 13:50:21 -0600 |
commit | 3eafd05678e154ef090272537e3ab677286c22c8 (patch) | |
tree | bc1ed687717ef8d23e65ad7d7131d632ce6aa324 /envsetup.sh | |
download | gtk2src-3eafd05678e154ef090272537e3ab677286c22c8.tar.gz gtk2src-3eafd05678e154ef090272537e3ab677286c22c8.tar.bz2 gtk2src-3eafd05678e154ef090272537e3ab677286c22c8.zip |
initial gtk2 examples
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 |