2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Ed</title>
|
|
|
|
|
2002-05-30 12:51:27 +01:00
|
|
|
<para>This package requires its patch to be applied before you can
|
|
|
|
install it. Make sure it's unpacked before running the installation
|
|
|
|
commands.</para>
|
|
|
|
|
2001-12-16 16:00:23 +00:00
|
|
|
<para>Ed isn't something you would personally use. It's installed here
|
|
|
|
because it can be used by the patch program if you encounter an ed-based patch
|
|
|
|
file. This happens rarely because diff-based patches are preferred these
|
|
|
|
days.</para>
|
2001-08-29 21:28:37 +01:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Install Ed by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-07-02 20:25:34 +01:00
|
|
|
<para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &&
|
2001-10-27 23:21:44 +01:00
|
|
|
./configure --prefix=/usr &&
|
|
|
|
make &&
|
|
|
|
make install &&
|
2002-05-30 00:32:41 +01:00
|
|
|
mv /usr/bin/{ed,red} /bin</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|