mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 22:17:39 +00:00
da1fc68520
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
22 lines
650 B
XML
22 lines
650 B
XML
<sect2>
|
|
<title>Installation of Ed</title>
|
|
|
|
<para>This package requires its patch to be applied before you can
|
|
install it.</para>
|
|
|
|
<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>
|
|
|
|
<para>Install Ed by running the following commands:</para>
|
|
|
|
<para><screen><userinput>patch -Np1 -i ../ed-&ed-patch-version;.patch &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install &&
|
|
mv /usr/bin/{ed,red} /bin</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|