The Gtk VNC package contains a VNC viewer widget for GTK+. It is built using coroutines allowing it to be completely asynchronous while remaining single threaded.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.2.tar.xz
Download MD5 sum: 591f5c0efff931336cba5b56e0c64e0d
Download size: 380 KB
Estimated disk space required: 10 MB
Estimated build time: 0.2 SBU
GTK+-3.6.4, GnuTLS-3.2.0 and Intltool-0.50.2
gobject-introspection-1.34.2 and Vala-0.18.1
Cyrus SASL-2.1.26, NSPR-4.9.6, PulseAudio-3.0 and Xulrunner-21.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-vnc
Install Gtk VNC by running the following commands:
./configure --prefix=/usr \
--with-gtk=3.0 \
--enable-vala \
--without-sasl &&
make
This package does not come with a testsuite.
Now, as the root user:
make install
--with-gtk=3.0: This switch
enables building of the GTK+ 3
library instead of the GTK+ 2 one.
--enable-vala: This switch enables
building of the Vala bindings. Remove if you don't have Vala-0.18.1 installed.
--without-sasl: This switch disables
the use of Cyrus SASL for
authentication. Remove it if you have installed Cyrus SASL and wish to enable it for
authentication.
--enable-plugin: This switch enables
building of the browser plugin.
Last updated on 2013-03-03 14:53:30 +0000