Changeset e0e40d3 for BOOK/final-system/common/mktemp.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 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:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/mktemp.xml
r82fedc4 re0e40d3 42 42 <para os="c">Prepare Mktemp for compilation:</para> 43 43 44 <screen os=" c1"><userinput>./configure --prefix=/usr --with-libc</userinput></screen>44 <screen os="d"><userinput>./configure --prefix=/usr --with-libc</userinput></screen> 45 45 46 <variablelist os=" d">46 <variablelist os="e"> 47 47 <title>The meaning of the configure option:</title> 48 48 … … 57 57 </variablelist> 58 58 59 <para os=" e">Compile the package:</para>59 <para os="f">Compile the package:</para> 60 60 61 <screen os=" f"><userinput>make</userinput></screen>61 <screen os="g"><userinput>make</userinput></screen> 62 62 63 <para os=" g">Install the package:</para>63 <para os="h">Install the package:</para> 64 64 65 <screen os=" h"><userinput>make install65 <screen os="i"><userinput>make install 66 66 make install-tempfile</userinput></screen> 67 67
Note:
See TracChangeset
for help on using the changeset viewer.