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.
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.4/gtk-vnc-1.4.0.tar.xz
Download MD5 sum: 38bcbb0c646747be2f1d7f46ef5ef5f5
Download size: 220 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU
GnuTLS-3.8.8, GTK+-3.24.43, and libgcrypt-1.11.0
GLib-2.82.4 (with GObject Introspection) and Vala-0.56.17
Cyrus SASL-2.1.28, Gi-DocGen-2024.1 (for generating documentation), and PulseAudio-17.0
Install Gtk VNC by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test
Now, as the root
user:
ninja install
-D with-vala=false
: This switch
disables building of the Vala bindings. Add this if you decide to
build gtk-vnc without vala installed.