mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
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:
parent
df7efe538d
commit
63cc8c1ad9
@ -69,19 +69,21 @@ applying the following patch:</para>
|
||||
<screen><userinput><command>sed -i 's@x25_address@struct &@' 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 &&
|
||||
make &&
|
||||
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>
|
||||
|
||||
|
@ -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="" &&
|
||||
make &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user