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-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.4.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.4.tar.xz
Download MD5 sum: bc7b79c4b8124294dacf91b8128a158c
Download size: 412 KB
Estimated disk space required: 11 MB
Estimated build time: 0.2 SBU
GnuTLS-3.5.3, GTK+-3.20.9 and libgcrypt-1.7.3
gobject-introspection-1.48.0 and Vala-0.32.1
Cyrus SASL-2.1.26, PulseAudio-9.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.32.1 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 2016-08-29 23:02:26 -0700