The gtk-vnc package is 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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.0.tar.xz
Download MD5 sum: f45c9649c915af335cff91268e74ab67
Download size: 380 KB
Estimated disk space required: 8.0 MB
Estimated build time: 0.2 SBU
Gtk+-3.4.3, GnuTLS-3.0.19 and intltool-0.50.0
gobject-introspection-1.32.1 and Vala-0.16.0
Cyrus SASL-2.1.25, NSPR-4.9, PulseAudio-2.0 and Xulrunner
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's testsuite is only intended to be used by the maintainer to check the i18n files.
Now, as the root user:
make install
--with-gtk=3.0: This
parameter enables building of GTK+3 library instead of GTK+2 one.
--enable-vala: This option enables
building of the Vala bindings. Remove if you don't have Vala-0.16.0 installed.
--without-sasl: This parameter disables
the use of Cyrus SASL for
authentication. Remove it if you have Cyrus SASL installed and wish to enable it for
authentication.
--enable-plugin: This option enables
the browser plugin.
Last updated on 2012-05-02 18:49:02 +0000