summaryrefslogtreecommitdiffstats
path: root/system/gtk-vnc/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/gtk-vnc/README')
-rw-r--r--system/gtk-vnc/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/system/gtk-vnc/README b/system/gtk-vnc/README
index 905a480972..6cd1c485a3 100644
--- a/system/gtk-vnc/README
+++ b/system/gtk-vnc/README
@@ -4,6 +4,9 @@ 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"
-launching the SlackBuild, like this
- GTK3=no ./gtk-vnc.SlackBuild
+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.