Codebase list libvirt-glib / debian/0.0.1_1.git55696-1 HACKING
debian/0.0.1_1.git55696-1

Tree @debian/0.0.1_1.git55696-1 (Download .tar.gz)

HACKING @debian/0.0.1_1.git55696-1raw · history · blame

1
2
3
4
5
6
7
8
9
              Tips for hacking on libvirt-glib
              ================================

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-glib:`pwd`/libvirt-gconfig:`pwd`/libvirt-gobject
   export LD_LIBRARY_PATH=`pwd`/libvirt-glib/.libs:`pwd`/libvirt-gconfig/.libs:`pwd`/libvirt-gobject/.libs