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.
下载地址(HTTP):https://download.gnome.org/sources/gtk-vnc/1.5/gtk-vnc-1.5.0.tar.xz
MD5 校验和:6e9815e7960636e95f626a3f164eb01d
大小:224 KB
预计所需磁盘空间:11 MB
预计构建时间:0.2 SBU
GnuTLS-3.8.13, GTK-3.24.52, and libgcrypt-1.12.2
GLib-2.88.2 (with GObject Introspection), Vala-0.56.19, and PulseAudio-17.0
Cyrus SASL-2.1.28 and Gi-DocGen-2026.1 (for generating documentation)
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=disabled: This switch
disables building of the Vala bindings. Add this if you decide to
build gtk-vnc without vala installed.