Moved Ed and Net-tools installation section to BLFS format.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2446 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-07-13 00:13:03 +00:00
parent df7efe538d
commit 63cc8c1ad9
2 changed files with 17 additions and 22 deletions

View File

@ -69,19 +69,21 @@ applying the following patch:</para>
<screen><userinput><command>sed -i 's@x25_address@struct &amp;@' lib/x25_sr.c</command></userinput></screen>
-->
<para>Now prepare <application>Net-tools</application> for compilation
(if you intend to accept the defaults, you can skip all the questions by
running <command>yes "" | make config</command> instead):</para>
<para>Install <application>Net-tools</application> by running the
following commands:</para>
<screen><userinput><command>make config</command></userinput></screen>
<screen><userinput><command>yes "" | make config &amp;&amp;
make &amp;&amp;
make update</command></userinput></screen>
<para>Compile the package:</para>
</sect2>
<screen><userinput><command>make</command></userinput></screen>
<sect2>
<title>Command explanations</title>
<para>Now install it:</para>
<screen><userinput><command>make update</command></userinput></screen>
<para><command>yes "" | make config</command>:
We skip all the questions and accept the defaults.
</para>
</sect2>

View File

@ -56,19 +56,12 @@ files:</para>
<screen><userinput><command>patch -Np1 -i ../ed-&ed-version;-mkstemp.patch</command></userinput></screen>
<para>Now prepare <application>Ed</application> for compilation:</para>
<para>Install <application>Ed</application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --exec-prefix=""</command></userinput></screen>
<para>Compile the package:</para>
<screen><userinput><command>make</command></userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Install the package:</para>
<screen><userinput><command>make install</command></userinput></screen>
<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>
@ -88,7 +81,7 @@ unavailable.</para>
<para>The <application>Ed</application> package contains
<command>ed</command> and
<command>red</command> (link to <command>ed</command>).</para>
<command>red</command>.</para>
</sect2>