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-8.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.7/gtk-vnc-0.7.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.7/gtk-vnc-0.7.0.tar.xz
Download MD5 sum: cf55bce70ff1f7b1643468a001be1bef
Download size: 440 KB
Estimated disk space required: 11 MB
Estimated build time: 0.3 SBU
GnuTLS-3.5.9, GTK+-3.22.8 and libgcrypt-1.7.6
gobject-introspection-1.50.0 and Vala-0.34.4
Cyrus SASL-2.1.26, PulseAudio-10.0 and libview
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-vnc
Install Gtk VNC by running the following commands:
./configure --prefix=/usr  \
            --with-gtk=3.0 \
            --enable-vala  \
            --without-sasl &&
make
        This package does not come with a testsuite.
          Now, as the root user:
        
make install
          --with-gtk=3.0: This switch
          enables building of the GTK+ 3
          library instead of the GTK+ 2 one.
        
          --enable-vala: This switch
          enables building of the Vala bindings. Remove if you don't have
          Vala-0.34.4 installed.
        
          --without-sasl: This switch
          disables the use of Cyrus SASL for
          authentication. Remove it if you have installed Cyrus SASL and wish to enable it for
          authentication.
        
Last updated on 2017-02-21 11:59:18 -0800