Changeset 9cdfa49


Ignore:
Timestamp:
Feb 21, 2006, 1:44:31 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
655b411
Parents:
da12695
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
  • final-system/common/tree.xml

    rda12695 r9cdfa49  
    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.