aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/README
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2006-12-01 13:09:30 +0000
committerEwan Mellor <ewan@xensource.com>2006-12-01 13:09:30 +0000
commit4dc8c41b11aa24edcf04b0c2f1248fa4ad58d40b (patch)
tree8e93b92273d2ab17da16326a67c87a40c734093f /tools/libxen/README
parente812bdf5c4e85ce6fa5ebd1c18dd1d2d0f4d5d6c (diff)
downloadxen-4dc8c41b11aa24edcf04b0c2f1248fa4ad58d40b.tar.gz
xen-4dc8c41b11aa24edcf04b0c2f1248fa4ad58d40b.tar.bz2
xen-4dc8c41b11aa24edcf04b0c2f1248fa4ad58d40b.zip
Update README to reflect moved library.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/README')
-rw-r--r--tools/libxen/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/libxen/README b/tools/libxen/README
index 4aa9450381..2dd79f46fc 100644
--- a/tools/libxen/README
+++ b/tools/libxen/README
@@ -44,11 +44,12 @@ The bindings depend upon libxml2, the XML toolkit from the GNOME project; the
test program depends upon libcurl3 also. On Debian, you need the packages
libxml2-dev and libcurl3-dev.
-To compile, type make.
+To compile, type make. To compile the test also, type make
+test/test_bindings, remembering the additional dependency.
To run the test, do
-LD_LIBRARY_PATH=src ./test/test_bindings <url> <username> <password>
+LD_LIBRARY_PATH=. ./test/test_bindings <url> <username> <password>
where <url> is the fragment of the server URL that follows the http://, for
example "localhost:8005/RPC2".