summaryrefslogtreecommitdiffstats
path: root/system/unison/README
diff options
context:
space:
mode:
author fdeak2010-05-13 00:42:08 +0200
committer Robby Workman2010-05-13 00:42:08 +0200
commit025bcf439c00c8837192e914c846cc05a09634a0 (patch)
treecad12d7f2f89d9fc217da8ea87544b641d7f565b /system/unison/README
parent8b7cfb1fcd6b3ec8d61e2b5235fe6e0d97efa8ab (diff)
downloadslackbuilds-025bcf439c00c8837192e914c846cc05a09634a0.tar.gz
system/unison: Updated for version 2.32.52
Diffstat (limited to 'system/unison/README')
-rw-r--r--system/unison/README20
1 files changed, 5 insertions, 15 deletions
diff --git a/system/unison/README b/system/unison/README
index a47a304dc2..04dbd755bb 100644
--- a/system/unison/README
+++ b/system/unison/README
@@ -8,20 +8,10 @@ both replicas of a distributed directory structure. Updates that do not
conflict are propagated automatically. Conflicting updates are detected and
displayed.
-You need ocaml and lablgtk to compile unison (all of them are provided by
-the slackbuilds project), however none of them are needed to run unison.
-
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 (the default option):
-
- FLAVOR=gtk2 ./unison.SlackBuild
- or
- ./unison.SlackBuild
-
-To build a textonly binary:
+use a graphical user interface. To build the gtk2 graphical inteface binary,
+which is the default option, do this:
+"FLAVOR=gtk2 ./unison.SlackBuild" or just "./unison.SlackBuild"
+To build a textonly binary, do this: "FLAVOR=text ./unison.SlackBuild"
- FLAVOR=text ./unison.SlackBuild
-
- \ No newline at end of file
+ocaml and lablgtk are build requirements, but neither are runtime deps.