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-8.4 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.9/gtk-vnc-0.9.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.9/gtk-vnc-0.9.0.tar.xz
Download MD5 sum: 1eed0aa5d71f849eae9fa00ecf28e247
Download size: 436 KB
Estimated disk space required: 11 MB
Estimated build time: 0.3 SBU
GnuTLS-3.6.6, GTK+-3.24.5 and libgcrypt-1.8.4
gobject-introspection-1.58.3, Python-2.7.15, and Vala-0.42.5
Cyrus SASL-2.1.27, PulseAudio-12.2 and libview
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.42.5 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.
Last updated on 2019-02-22 05:31:06 -0800