diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:24:40 +0200 |
commit | d4c8dce41281747caf8a0537a3c41b64e78f767c (patch) | |
tree | 548a5d925622d17ff3fc2c98699a98a2d476d65f /chapter08/tcl.xml | |
parent | df1207e0fb2613f19cb89b8c2bddf24b72e1ec6a (diff) | |
parent | 06e7b3611839ab0051fb09e6ae1abc3dfad1ca4e (diff) |
Merge branch 'trunk' into plabs/condxml
Diffstat (limited to 'chapter08/tcl.xml')
-rw-r--r-- | chapter08/tcl.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/chapter08/tcl.xml b/chapter08/tcl.xml index 9f0a7401c..facdfd518 100644 --- a/chapter08/tcl.xml +++ b/chapter08/tcl.xml @@ -51,7 +51,7 @@ most important tools are working properly.</para> <!-- <para>Note that the Tcl package used here is a minimal version needed - to run the LFS tests. For the full package, see the + to run the LFS tests. For the full package, see the <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para>--> <para>First, unpack the documentation by issuing the following command:</para> @@ -140,10 +140,16 @@ unset SRCDIR</userinput></screen> <screen><userinput remap="install">ln -sfv tclsh&tcl-major-version; /usr/bin/tclsh</userinput></screen> - <para>Finally, rename a man page that conflicts with a Perl man page:</para> + <para>Rename a man page that conflicts with a Perl man page:</para> <screen><userinput remap="install">mv /usr/share/man/man3/{Thread,Tcl_Thread}.3</userinput></screen> + <para>If you downloaded the optional documentation, install it by issuing + the following commands:</para> + + <screen><userinput remap="install">mkdir -v -p /usr/share/doc/tcl-&tcl-version; +cp -v -r ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen> + </sect2> <sect2 id="contents-tcl" role="content"> @@ -155,11 +161,11 @@ unset SRCDIR</userinput></screen> <seglistitem> <seg> - tclsh (link to tclsh&tcl-major-version;) and + tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version; </seg> <seg> - libtcl&tcl-major-version;.so and + libtcl&tcl-major-version;.so and libtclstub&tcl-major-version;.a </seg> </seglistitem> |