summaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-26 15:17:37 +0000
committerRichard Jones <rjones@redhat.com>2009-11-26 15:36:41 +0000
commit4d53df4d7399d35b51bd69d76e00539d1de825e0 (patch)
treef0acb3c52f28a69e8c19e0baa49e6a957364f534 /contrib/README
parent115bc4b816ae5e203dff07070ddc8819585f38e5 (diff)
downloadlibguestfs-4d53df4d7399d35b51bd69d76e00539d1de825e0.tar.gz
libguestfs-4d53df4d7399d35b51bd69d76e00539d1de825e0.tar.xz
libguestfs-4d53df4d7399d35b51bd69d76e00539d1de825e0.zip
daemon/Win32: Add contributed test script to test daemon using Wine.
This test script allows you to test limited features of the Windows daemon by running it on a standard Fedora host using Wine. Read contrib/README and contrib/guestfsd-in-wine.sh in detail before using.
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README
index 2ae2c51c..1e6ea7e3 100644
--- a/contrib/README
+++ b/contrib/README
@@ -14,3 +14,7 @@ fedora-libguestfs.spec
This used to be a Fedora 10+ specfile. Please use the specfile
from Fedora instead:
http://cvs.fedoraproject.org/viewvc/rpms/libguestfs/devel/
+
+guestfsd-in-wine.sh
+ Run a Windows-compiled guestfsd under Wine. Read the
+ instructions at the top of this file carefully.