diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2013-08-13 17:56:45 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2013-08-13 18:40:29 +0200 |
commit | d7730acae904b75c11664b4cf90a7653f94d9636 (patch) | |
tree | e6ffd12c51d4bad35805f7e4f0065545f64b76c8 /HACKING |
Import basic library framework
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,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 |