summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-07-16 16:04:46 +0200
committerDaniel P. Berrange <berrange@redhat.com>2011-11-07 12:22:15 +0000
commit15cc78d91cfac4a3f66da308cdffeb0e01087e2f (patch)
treea8b0a184979e1b44a9d2394b700f95eb24b472c1 /README
parent9c5f7bfcf206fe4d8b48caefe13580066a61487f (diff)
build: make gtk-vnc optional
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index d1f551f..caecb69 100644
--- a/README
+++ b/README
@@ -15,15 +15,19 @@ with:
./configure --with-gtk=3.0 (or =2.0)
Virt Viewer uses the GTK-VNC (>= 0.4.3) widget to provide a
-display of the VNC protocol. This is available from
+display of the VNC protocol, which is available from
http://gtk-vnc.sourceforge.net/
-Optionally Virt Viewer can also provide a SPICE client
-using the SPICE-GTK widget (>= 0.6) available from
+Virt Viewer uses the SPICE-GTK (>= 0.6) widget to provide a
+display of the SPICE protocol, which is available from:
http://spice-space.org/page/Spice-Gtk
+Use of either SPICE-GTK or GTK-VNC can be disabled at time
+of configure, with --without-gtk-vnc or --without-spice-gtk
+respectively.
+
Virt Viewer uses libvirt to lookup information about the
guest OS display. This is available from