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.3 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.7/gtk-vnc-0.7.2.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.7/gtk-vnc-0.7.2.tar.xz
Download MD5 sum: 1d4f3e16ad82498add90b7aae43e766d
Download size: 440 KB
Estimated disk space required: 8.7 MB
Estimated build time: 0.5 SBU
GnuTLS-3.5.19, GTK+-3.22.30 and libgcrypt-1.8.3
gobject-introspection-1.56.1 and Vala-0.40.8
Cyrus SASL-2.1.26, PulseAudio-12.2 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.40.8 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 2018-08-30 18:48:05 -0700