tcl.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-tools-tcl" xreflabel="Tcl" role="wrap">
  7. <title>Tcl-&tcl-version;</title>
  8. <?dbhtml filename="tcl.html"?>
  9. <indexterm zone="ch-tools-tcl"><primary sortas="a-Tcl">Tcl</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.9 SBU</seg><seg>23 MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Tcl</title>
  19. <para>Prepare Tcl for compilation:</para>
  20. <screen><userinput>cd unix
  21. ./configure --prefix=/tools</userinput></screen>
  22. <para>Build the package:</para>
  23. <screen><userinput>make</userinput></screen>
  24. <para>To test the results, issue:
  25. <userinput>TZ=UTC make test</userinput>.</para>
  26. <para>Install the package:</para>
  27. <screen><userinput>make install</userinput></screen>
  28. <warning><para><emphasis>Do not remove</emphasis> the
  29. <filename class="directory">tcl&tcl-version;</filename> source directory yet, as the next package
  30. will need its internal headers.</para></warning>
  31. <para>Now make a necessary symbolic link:</para>
  32. <screen><userinput>ln -s tclsh8.4 /tools/bin/tclsh</userinput></screen>
  33. </sect2>
  34. <sect2 id="contents-tcl" role="content"><title>Contents of Tcl</title>
  35. <para>See testing</para>
  36. </sect2>
  37. </sect1>