summaryrefslogtreecommitdiffstats
path: root/system/heirloom-ed/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/heirloom-ed/README')
-rw-r--r--system/heirloom-ed/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/system/heirloom-ed/README b/system/heirloom-ed/README
index 014504db06..1bd8b5b1df 100644
--- a/system/heirloom-ed/README
+++ b/system/heirloom-ed/README
@@ -2,7 +2,15 @@ heirloom-ed is a version of the standard text editor derived from
the original UNIX source code released by Caldera and Sun and
collected under The Heirloom Toolchest project's umbrella.
-This SlackBuild will install ed under name heirloom-ed in
-order to neither conflict with GNU ed as supplied by
+This SlackBuild will by default install ed under name heirloom-ed
+in order to neither conflict with GNU ed as supplied by
Slackware nor use PATH overrides created by other heirloom
SlackBuilds.
+
+If you pass ALLEDS=yes to the script, additional variants of ed
+will be built correspoding to various Unices. They will be
+installed under names such as heirloom-ed_sus.
+
+If you pass STATIC=yes, the resulting binaries will not be
+dynamically linked (not that there's much to link against beyond
+libc).