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.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://download.gnome.org/sources/gtk-vnc/1.3/gtk-vnc-1.3.1.tar.xz
Download MD5 sum: 27f0dc7f33cbfdaa6c9eb7cf169f4866
Download size: 220 KB
Estimated disk space required: 5.2 MB
Estimated build time: 0.1 SBU
GnuTLS-3.8.2, GTK+-3.24.38, and libgcrypt-1.10.3
gobject-introspection-1.78.1 and Vala-0.56.14
Install Gtk VNC by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
This package does not come with a test suite.
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.