summaryrefslogtreecommitdiff
path: root/HACKING
blob: 80a47e9976d8781cc7cd535b785aa87966eb0a7d (plain)
1
2
3
4
5
6
7
8
9
              Tips for hacking on libvirt-designer
              ====================================

To test the GObject introspection based language bindings without
having to run make install, there are two environment variables
that need to be set:

   export GI_TYPELIB_PATH=`pwd`/libvirt-designer
   export LD_LIBRARY_PATH=`pwd`/libvirt-designer/.libs