Add support for SPICE.
[virt-click.git] / README
1 virt-click is a program for injecting events such as mouse clicks or
2 key presses from the command line.  We normally use this to control
3 virtual machines, although it should work for any VNC or SPICE server.
4
5 Authors and license
6 -------------------
7
8  - Daniel P. Berrange <dan@berrange.com> (for original gvnccapture source)
9  - Marc-AndrĂ© Lureau, Gerd Hoffmann (for original snappy source)
10  - Richard W.M. Jones <rjones@redhat.com>
11
12 The program is copyright (C) Red Hat Inc. and distributed under the
13 GNU General Public License, version 2.0 or above.  See COPYING for
14 further information about the license.
15
16 Patches
17 -------
18
19 Please send patches to the virt-tools mailing list:
20
21   https://www.redhat.com/mailman/listinfo/virt-tools-list
22
23 We only use gvnc and spice-gtk.  This program doesn't implement any
24 part of the VNC or SPICE protocols itself.  Therefore if you find bugs
25 or incompatibilities with VNC or SPICE it's (probably) nothing to do
26 with us!
27
28 To discuss details of the VNC implementation, see:
29
30   http://mail.gnome.org/mailman/listinfo/gtk-vnc-list
31
32 To discuss details of the SPICE implementation, see:
33
34   http://lists.freedesktop.org/mailman/listinfo/spice-devel
35
36 Home page
37 ---------
38
39   http://people.redhat.com/~rjones/virt-click
40
41 Requirements
42 ------------
43
44  - gtk-vnc
45
46  - spice-gtk
47
48  - glib
49
50 Note that Gtk / X11 is not required.  We only use the glib parts of
51 these libraries.