Changeset dc8af53e


Ignore:
Timestamp:
Feb 21, 2006, 1:44:31 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
5e36185
Parents:
fd22dd8
Message:

r904@server (orig r902): jim | 2005-12-15 01:37:56 -0800

r1079@server: jim | 2005-12-15 01:37:29 -0800
Removed configure from Tree, not there


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tree.xml

    rfd22dd8 rdc8af53e  
    3333    <title>Installation of Tree</title>
    3434
    35     <para os="a">Prepare Tree for compilation:</para>
     35    <para os="a">Compile the package:</para>
    3636
    37 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
     37<screen os="b"><userinput>make</userinput></screen>
    3838
    39     <para os="c">Compile the package:</para>
    40 
    41 <screen os="d"><userinput>make</userinput></screen>
    42 
    43     <para os="e">To test the results, issue:
     39    <para os="c">To test the results, issue:
    4440    <userinput>make check</userinput>.</para>
    4541
    46     <para os="f">Install the package:</para>
     42    <para os="d">Install the package:</para>
    4743
    48 <screen os="g"><userinput>make install</userinput></screen>
     44<screen os="e"><userinput>make install</userinput></screen>
    4945
    5046  </sect2>
Note: See TracChangeset for help on using the changeset viewer.