blob: 6cd1c485a3b8c41f2706ef4715d072995a80f68c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
gtk-vnc is a VNC viewer widget for GTK. It is built using
coroutines allowing it to be completely asynchronous while
remaining single threaded. It provides a core C library, and
bindings for Python (PyGTK)
This script builds both the gtk+2 and gtk+3 versions of the
library. To avoid building the gtk+3 version, pass "GTK3=no"
when launching the SlackBuild. For example:
GTK3=no ./gtk-vnc.SlackBuild
NOTE: gtk-vnc requires cairo 1.12.16 or greater to perform
correctly, especially with pygtk bindings.
|