aboutsummaryrefslogtreecommitdiff
path: root/system/unison/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-12-07 23:19:25 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-12-07 23:19:25 +0700
commit42f389215d78d0e25851276d24d5787a6cf4ad94 (patch)
treef6945b11f4fe6d55b6a1ca0b5483a6ecf79092f2 /system/unison/README
parent81eb812b39db3f955b1abeb79e189f93bb7c0cd6 (diff)
downloadslackbuilds-42f389215d78d0e25851276d24d5787a6cf4ad94.tar.xz
system/unison: Updated for version 2.51.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 7ce7830b8d21..2e50f0190d01 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.