Ignore:
Timestamp:
Feb 21, 2006, 1:25:05 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
c4ae235
Parents:
193b7dd
Message:

r783@server (orig r781): jim | 2005-11-30 22:29:11 -0800

r840@server: jim | 2005-11-30 22:28:43 -0800
Text updates to temp-tools


File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-tools/common/tcl.xml

    r193b7dd re7732d7  
    4444    <para os="b">Prepare Tcl for compilation:</para>
    4545
    46 <screen><userinput>cd unix
     46<screen os="c"><userinput>cd unix
    4747./configure --prefix=/tools</userinput></screen>
    4848
    49     <para os="c">Build the package:</para>
     49    <para os="d">Build the package:</para>
    5050
    51 <screen os="d"><userinput>make</userinput></screen>
     51<screen os="e"><userinput>make</userinput></screen>
    5252
    53     <para os="e">To test the results, issue: <userinput>TZ=UTC make
     53    <para os="f">To test the results, issue: <userinput>TZ=UTC make
    5454    test</userinput>. The Tcl test suite is known to experience failures
    5555    under certain host conditions that are not fully understood.
     
    6262    <xref linkend="chapter-bootscripts"/>.</para>
    6363
    64     <para os="f">Install the package:</para>
     64    <para os="g">Install the package:</para>
    6565
    66 <screen os="g"><userinput>make install</userinput></screen>
     66<screen os="h"><userinput>make install</userinput></screen>
    6767
    6868    <para os="i">Now we will install the TCL headers into /tools.</para>
Note: See TracChangeset for help on using the changeset viewer.