Changeset 583156ac
- Timestamp:
- 02/09/2023 02:15:02 AM (7 weeks ago)
- Branches:
- 11.3, 11.3-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/kcfg-revise
- Children:
- c6550e1, d8cc389
- Parents:
- ce536f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/tcl.xml
rce536f9 r583156ac 50 50 excessive, but it is very reassuring, if not essential, to know that the 51 51 most important tools are working properly.</para> 52 53 <!-- <para>Note that the Tcl package used here is a minimal version needed54 to run the LFS tests. For the full package, see the55 <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>60 52 61 53 <para>Prepare Tcl for compilation:</para> … … 118 110 <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen> 119 111 120 <para> If you downloaded the optional documentation, install itby issuing112 <para>Optionally, install the documentation by issuing 121 113 the following commands:</para> 122 114 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 .. 116 tar -xf ../tcl&tcl-version;-html.tar.gz --strip-components=1 117 mkdir -v -p /usr/share/doc/tcl-&tcl-version; 118 cp -v -r ./html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen> 125 119 126 120 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.