blob: 7c4b45e563181b70c490f0699e6e5e8da6548cae (
plain)
1
2
3
4
5
6
7
8
9
|
Tips for hacking on libvirt-builder
===================================
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-builder
export LD_LIBRARY_PATH=`pwd`/libvirt-builder/.libs
|