diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2018-12-07 23:19:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-07 23:19:25 +0700 |
commit | 42f389215d78d0e25851276d24d5787a6cf4ad94 (patch) | |
tree | f6945b11f4fe6d55b6a1ca0b5483a6ecf79092f2 /system/unison/README | |
parent | 81eb812b39db3f955b1abeb79e189f93bb7c0cd6 (diff) |
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/README | 21 |
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. |