ed-inst.xml 711 B

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