diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-07-16 16:04:46 +0200 |
|---|---|---|
| committer | Daniel P. Berrange <berrange@redhat.com> | 2011-11-07 12:22:15 +0000 |
| commit | 15cc78d91cfac4a3f66da308cdffeb0e01087e2f (patch) | |
| tree | a8b0a184979e1b44a9d2394b700f95eb24b472c1 /README | |
| parent | 9c5f7bfcf206fe4d8b48caefe13580066a61487f (diff) | |
build: make gtk-vnc optional
Diffstat (limited to 'README')
| -rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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 |
