Ignore:
Timestamp:
Oct 11, 2006, 9:48:23 PM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
be500de
Parents:
5eecd33
Message:

Move text about tcl expect and dejagnu from tcl page to the beginning of the chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/tcl.xml

    r5eecd33 r45bf79c  
    2525    <title>Installation of Tcl</title>
    2626
    27     <para os="a">This package and the next two (Expect and DejaGNU) are installed
    28     to support running the test suites for GCC and Binutils. Installing
    29     three packages for testing purposes may seem excessive, but it is very
    30     reassuring, if not essential, to know that the most important tools are
    31     working properly.</para>
    32 
    33     <para os="b">Prepare Tcl for compilation:</para>
     27    <para os="a">Prepare Tcl for compilation:</para>
    3428
    3529<screen><userinput>cd unix
    3630./configure --prefix=/tools</userinput></screen>
    3731
    38     <para os="d">Build the package:</para>
     32    <para os="c">Build the package:</para>
    3933
    40 <screen os="e"><userinput>make</userinput></screen>
     34<screen os="d"><userinput>make</userinput></screen>
    4135
    42     <para os="g">Install the package:</para>
     36    <para os="e">Install the package:</para>
    4337
    44 <screen os="h"><userinput>make install</userinput></screen>
     38<screen os="f"><userinput>make install</userinput></screen>
    4539
    46     <para os="i">Tcl's private header files are needed for the next
     40    <para os="g">Tcl's private header files are needed for the next
    4741    package, Expect. Install them into /tools:</para>
    4842
    49 <screen os="j"><userinput>make install-private-headers</userinput></screen>
     43<screen os="h"><userinput>make install-private-headers</userinput></screen>
    5044
    51     <para os="k">Now make a necessary symbolic link:</para>
     45    <para os="i">Now make a necessary symbolic link:</para>
    5246
    53 <screen os="l"><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
     47<screen os="j"><userinput>ln -sv tclsh8.4 /tools/bin/tclsh</userinput></screen>
    5448
    5549  </sect2>
Note: See TracChangeset for help on using the changeset viewer.