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-11.0 platform.
Download (HTTP): https://download.gnome.org/sources/gtk-vnc/1.2/gtk-vnc-1.2.0.tar.xz
Download (FTP): ftp://ftp.acc.umu.se/pub/gnome/sources/gtk-vnc/1.2/gtk-vnc-1.2.0.tar.xz
Download MD5 sum: 37c36412593d73f6a090b4545d1b0364
Download size: 216 KB
Estimated disk space required: 4.6 MB
Estimated build time: 0.1 SBU
GnuTLS-3.7.2, GTK+-3.24.30 and libgcrypt-1.9.4
gobject-introspection-1.68.0, Python-2.7.18, and Vala-0.52.5
Cyrus SASL-2.1.27 and PulseAudio-15.0
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/gtk-vnc
Install Gtk VNC by running the following commands:
mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja
This package does not come with a testsuite.
Now, as the root
user:
ninja install
-Dwith-vala=false
: This switch disables
building of the Vala bindings. Add this if you decide to build
gtk-vnc without vala installed.
Last updated on