Mercurial > heirloom-ed
diff README @ 0:1493bea5ac22 0.1
Initial version of the standalone heirloom-ed
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Mon, 05 Sep 2011 16:31:35 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Mon Sep 05 16:31:35 2011 +0200 @@ -0,0 +1,22 @@ +Ed -- The Standard Text Editor +============================== + +This version of ed had been cut out of Gunnar Ritter's Heirloom Toolchest. +The reason for doing so is to have Heirloom ed quickly at hand when I am +annoyed again by GNU ed. Having to configure and install the complete +Heirloom Toolchest is more than I usually want. This ed is slightly +stripped down as only the traditional variant gets created. Any references +to the other variants and features only in them are removed from the man +page. Parts of libcommon had been ripped out and included directly. Thus +the makefile had been reworked. + +To install do: + + vi makefile + make + make install + + +2011-09-05 +markus schnalke <meillo@marmaro.de> +http://hg.marmaro.de/heirloom-ed