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-10.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/1.0/gtk-vnc-1.0.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/1.0/gtk-vnc-1.0.0.tar.xz
Download MD5 sum: ff2e531525f6200be613643b9ee87fbf
Download size: 212 KB
Estimated disk space required: 8.6 MB
Estimated build time: 0.2 SBU
GnuTLS-3.6.14, GTK+-3.24.22 and libgcrypt-1.8.6
gobject-introspection-1.64.1, Python-2.7.18, and Vala-0.48.9
Cyrus SASL-2.1.27 and PulseAudio-13.0
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-vnc
Install Gtk VNC by running the following commands:
mkdir build && cd build && meson --prefix=/usr .. && 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 2020-08-23 13:15:52 -0700