The gtk-vnc package is a VNC viewer widget for GTK. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded. It provides a core C library, and bindings for Python (PyGTK)
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.3/gtk-vnc-0.3.10.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.3/gtk-vnc-0.3.10.tar.bz2
Download MD5 sum: 9aa9d830b219255c8d6753ef55802932
Download size: 484 KB
Estimated disk space required: 8 MB
Estimated build time: 0.6 SBU
gtk+-2.24.8, GnuTLS-3.0.7, and intltool-0.50.0
Cyrus SASL-2.1.23, NSPR-4.8.9, PyGTK-2.17.0, and Xulrunner-9.0.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-vnc
Install gtk-vnc by running the following commands:
./configure --prefix=/usr \ --with-python=no \ --with-sasl=no && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-python=no
: This
parameter disables the Python
bindings from being built. Remove it if you have PyGTK installed and wish to enable them.
--with-sasl=no
: This
parameter disables the use of cyrus
SASL for authentication. Remove it if you have Cyrus SASL installed and wish to enable it for
authentication.
--enable-plugin
: This option enables
the browser plugin.
Last updated on 2010-08-29 06:24:44 +0000