aboutsummaryrefslogtreecommitdiff
path: root/system/unison/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/unison/README')
-rw-r--r--system/unison/README21
1 files changed, 15 insertions, 6 deletions
diff --git a/system/unison/README b/system/unison/README
index 7ce7830b8d212..2e50f0190d015 100644
--- a/system/unison/README
+++ b/system/unison/README
@@ -8,12 +8,21 @@ to both replicas of a distributed directory structure. Updates that do not
conflict are propagated automatically. Conflicting updates are detected and
displayed.
-Unison allows you to either build a text only binary or a binary that will
-use a graphical user interface. To build the gtk2 graphical inteface
-binary, which is the default option, do this:
+Unison allows you to either build a text-only binary or a binary that will
+use a graphical user interface.
- "FLAVOR=gtk2 ./unison.SlackBuild" or just "./unison.SlackBuild"
+By default this slackbuild will, similar to Slackware's own emacs package,
+build both a text-only and a gui binary. To do this (which is the default):
-To build a textonly binary, do this:
+ "FLAVOUR='gtk2 text' ./unison.SlackBuild" or just "./unison.SlackBuild"
- "FLAVOR=text ./unison.SlackBuild"
+To only build a text only binary, do this:
+
+ "FLAVOUR=text ./unison.SlackBuild"
+
+To only build a gui only binary, do this:
+
+ "FLAVOUR=gtk2 ./unison.SlackBuild"
+
+hevea is an optional dependency which allows building the HTML documentation.
+Otherwise only a version as PDF will be built.