mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
17 lines
380 B
XML
17 lines
380 B
XML
|
<sect2>
|
||
|
<title>Installation of Ed</title>
|
||
|
|
||
|
<para>
|
||
|
Install Ed by running the following commands:
|
||
|
</para>
|
||
|
|
||
|
<blockquote><literallayout>
|
||
|
<userinput>./configure --prefix=/usr &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install &&</userinput>
|
||
|
<userinput>mv /usr/bin/ed /usr/bin/red /bin</userinput>
|
||
|
</literallayout></blockquote>
|
||
|
|
||
|
</sect2>
|
||
|
|