summaryrefslogtreecommitdiffstats
path: root/system/heirloom-ed/README
diff options
context:
space:
mode:
author pomfland2018-10-03 14:33:54 +0200
committer Willy Sudiarto Raharjo2018-10-06 02:25:18 +0200
commit8da67da718c1871b1f127c9fb300039ee4cfe1b2 (patch)
tree74d2d738796dc06c3e63c4e770b1c89a9c946b26 /system/heirloom-ed/README
parent0bd8f0c5e72656ca92108db1eccd38b98304091f (diff)
downloadslackbuilds-8da67da718c1871b1f127c9fb300039ee4cfe1b2.tar.gz
system/heirloom-ed: Updated with extra build options.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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).