Changeset aa3ee8b for BOOK/temp-tools/common/expect.xml
- Timestamp:
- Feb 21, 2006, 9: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/expect.xml
r69caf2f raa3ee8b 42 42 <para os="c">Now prepare Expect for compilation:</para> 43 43 44 <screen ><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \44 <screen os="d"><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \ 45 45 --with-tclinclude=/tools/include --with-x=no</userinput></screen> 46 46 47 <variablelist os=" d">47 <variablelist os="e"> 48 48 <title>The meaning of the configure options:</title> 49 49 … … 78 78 </variablelist> 79 79 80 <para os=" e">Build the package:</para>80 <para os="f">Build the package:</para> 81 81 82 <screen os=" f"><userinput>make</userinput></screen>82 <screen os="g"><userinput>make</userinput></screen> 83 83 84 <para os=" g">To test the results, issue: <userinput>make test</userinput>.84 <para os="h">To test the results, issue: <userinput>make test</userinput>. 85 85 Note that the Expect test suite is known to experience failures under 86 86 certain host conditions that are not within our control. Therefore, … … 88 88 critical.</para> 89 89 90 <para os=" h">Install the package:</para>90 <para os="i">Install the package:</para> 91 91 92 <screen os=" i"><userinput>make SCRIPTS="" install</userinput></screen>92 <screen os="j"><userinput>make SCRIPTS="" install</userinput></screen> 93 93 94 <variablelist os=" j">94 <variablelist os="k"> 95 95 <title>The meaning of the make parameter:</title> 96 96
Note:
See TracChangeset
for help on using the changeset viewer.