WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Update README to reflect moved library.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Update README to reflect moved library.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 03 Dec 2006 15:10:24 +0000
Delivery-date: Sun, 03 Dec 2006 07:10:57 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Ewan Mellor <ewan@xxxxxxxxxxxxx>
# Node ID 4d53706e8028f8da6273de7a7efcbcd88bac173a
# Parent  dfaf8493a21170b04719ee94f00a6ce26a549030
Update README to reflect moved library.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>
---
 tools/libxen/README |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff -r dfaf8493a211 -r 4d53706e8028 tools/libxen/README
--- a/tools/libxen/README       Fri Dec 01 13:12:41 2006 +0000
+++ b/tools/libxen/README       Fri Dec 01 13:09:30 2006 +0000
@@ -44,11 +44,12 @@ test program depends upon libcurl3 also.
 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".

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Update README to reflect moved library., Xen patchbot-unstable <=