Vinagre Installation Instructions
=================================

You need the devel packages of the following libraries:

 - gtk+-3.0 >= 2.90.4
 - glib-2.0 >= 2.25.11
 - gconf-2.0
 - gnome-keyring
 - gtk-vnc >= 0.4.0 (http://live.gnome.org/gtk-vnc)
 - avahi-gobject and avahi-ui >= 0.6.26
 - libpanelapplet-2.0 >= 2.0.0

To compile it, just do:

./configure [--prefix=/usr]
make
make install (as root, or with sudo)

Notes:

  - gtk-vnc must be compiled with the flag '--with-gtk=3.0' in the configure script

  - Use the flag '--enable-ssh' to compile vinagre with SSH support
    - You will need libvte >= 0.25
    - libvte must be compiled with the flag '--with-gtk=3.0' in the configure script

  - Use the flag '--enable-rdp' to compile vinagre with RDP support
    - You will need the 'rdesktop' program
