Changeset d8cc389


Ignore:
Timestamp:
02/09/2023 11:30:13 PM (15 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
6257c0f
Parents:
fae43efc (diff), 583156ac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/tcl.xml

    rfae43efc rd8cc389  
    5050    excessive, but it is very reassuring, if not essential, to know that the
    5151    most important tools are working properly.</para>
    52 
    53 <!--    <para>Note that the Tcl package used here is a minimal version needed
    54     to run the LFS tests.  For the full package, see the
    55     <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>-->
    56 
    57     <para>First, unpack the documentation by issuing the following command:</para>
    58 
    59 <screen><userinput remap="pre">tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen>
    6052
    6153    <para>Prepare Tcl for compilation:</para>
     
    118110    <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen>
    119111
    120     <para>If you downloaded the optional documentation, install it by issuing
     112    <para>Optionally, install the documentation by issuing
    121113    the following commands:</para>
    122114
    123  <screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version;
    124 cp -v -r  ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
     115<screen><userinput remap="install">cd ..
     116tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1
     117mkdir -v -p /usr/share/doc/tcl-&tcl-version;
     118cp -v -r  ./html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
    125119
    126120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.