Changeset 63cc8c1


Ignore:
Timestamp:
07/13/2004 12:13:03 AM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
19a1cd82
Parents:
df7efe5
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/net-tools.xml

    rdf7efe5 r63cc8c1  
    7070-->
    7171
    72 <para>Now prepare <application>Net-tools</application> for compilation
    73 (if you intend to accept the defaults, you can skip all the questions by
    74 running <command>yes "" | make config</command> instead):</para>
     72<para>Install <application>Net-tools</application> by running the
     73following commands:</para>
    7574
    76 <screen><userinput><command>make config</command></userinput></screen>
     75<screen><userinput><command>yes "" | make config &amp;&amp;
     76make &amp;&amp;
     77make update</command></userinput></screen>
    7778
    78 <para>Compile the package:</para>
     79</sect2>
    7980
    80 <screen><userinput><command>make</command></userinput></screen>
     81<sect2>
     82<title>Command explanations</title>
    8183
    82 <para>Now install it:</para>
    83 
    84 <screen><userinput><command>make update</command></userinput></screen>
     84<para><command>yes "" | make config</command>:
     85We skip all the questions and accept the defaults.
     86</para>
    8587
    8688</sect2>
  • postlfs/editors/ed.xml

    rdf7efe5 r63cc8c1  
    5757<screen><userinput><command>patch -Np1 -i ../ed-&ed-version;-mkstemp.patch</command></userinput></screen>
    5858
    59 <para>Now prepare <application>Ed</application> for compilation:</para>
     59<para>Install <application>Ed</application> by running the following
     60commands:</para>
    6061
    61 <screen><userinput><command>./configure --prefix=/usr --exec-prefix=""</command></userinput></screen>
    62 
    63 <para>Compile the package:</para>
    64 
    65 <screen><userinput><command>make</command></userinput></screen>
    66 
    67 <para>To test the results, issue: <command>make check</command>.</para>
    68 
    69 <para>Install the package:</para>
    70 
    71 <screen><userinput><command>make install</command></userinput></screen>
     62<screen><userinput><command>./configure --prefix=/usr --exec-prefix="" &amp;&amp;
     63make &amp;&amp;
     64make install</command></userinput></screen>
    7265
    7366</sect2>
     
    8982<para>The <application>Ed</application> package contains
    9083<command>ed</command> and
    91 <command>red</command> (link to <command>ed</command>).</para>
     84<command>red</command>.</para>
    9285
    9386</sect2>
Note: See TracChangeset for help on using the changeset viewer.