Changeset aa3ee8b for BOOK/temp-tools/common/tcl.xml
- Timestamp:
- Feb 21, 2006, 1:25:05 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 06a21d1
- Parents:
- 69caf2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-tools/common/tcl.xml
r69caf2f raa3ee8b 44 44 <para os="b">Prepare Tcl for compilation:</para> 45 45 46 <screen ><userinput>cd unix46 <screen os="c"><userinput>cd unix 47 47 ./configure --prefix=/tools</userinput></screen> 48 48 49 <para os=" c">Build the package:</para>49 <para os="d">Build the package:</para> 50 50 51 <screen os=" d"><userinput>make</userinput></screen>51 <screen os="e"><userinput>make</userinput></screen> 52 52 53 <para os=" e">To test the results, issue: <userinput>TZ=UTC make53 <para os="f">To test the results, issue: <userinput>TZ=UTC make 54 54 test</userinput>. The Tcl test suite is known to experience failures 55 55 under certain host conditions that are not fully understood. … … 62 62 <xref linkend="chapter-bootscripts"/>.</para> 63 63 64 <para os=" f">Install the package:</para>64 <para os="g">Install the package:</para> 65 65 66 <screen os=" g"><userinput>make install</userinput></screen>66 <screen os="h"><userinput>make install</userinput></screen> 67 67 68 68 <para os="i">Now we will install the TCL headers into /tools.</para>
Note:
See TracChangeset
for help on using the changeset viewer.