ed-inst.xml 650 B

123456789101112131415161718192021
  1. <sect2>
  2. <title>Installation of Ed</title>
  3. <para>This package requires its patch to be applied before you can
  4. install it.</para>
  5. <para>Ed isn't something you would personally use. It's installed here
  6. because it can be used by the patch program if you encounter an ed-based patch
  7. file. This happens rarely because diff-based patches are preferred these
  8. days.</para>
  9. <para>Install Ed by running the following commands:</para>
  10. <para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &amp;&amp;
  11. ./configure --prefix=/usr &amp;&amp;
  12. make &amp;&amp;
  13. make install &amp;&amp;
  14. mv /usr/bin/{ed,red} /bin</userinput></screen></para>
  15. </sect2>