summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-08-13 17:56:45 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-08-13 18:40:29 +0200
commitd7730acae904b75c11664b4cf90a7653f94d9636 (patch)
treee6ffd12c51d4bad35805f7e4f0065545f64b76c8 /HACKING
Import basic library framework
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..7c4b45e
--- /dev/null
+++ b/HACKING
@@ -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