Changeset 34694b6 for BOOK/final-system/common
- Timestamp:
- Jun 10, 2009, 12:34:24 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e14ebf7
- Parents:
- b889fe6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sed.xml
rb889fe6 r34694b6 27 27 <para os="a">Prepare Sed for compilation:</para> 28 28 29 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin --enable-html</userinput></screen>29 <screen os="b"><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen> 30 30 31 <variablelist os="c"> 32 <title>The meaning of the new configure option:</title> 31 <para os="c">Compile the package:</para> 33 32 34 <varlistentry> 35 <term><parameter>--enable-html</parameter></term> 36 <listitem> 37 <para>This option tells Sed to build and install its HTML 38 documentation.</para> 39 </listitem> 40 </varlistentry> 41 </variablelist> 33 <screen os="d"><userinput>make</userinput></screen> 42 34 43 <para os=" d">Compile the package:</para>35 <para os="e"> Build the HTML documentation:</para> 44 36 45 <screen os=" e"><userinput>make</userinput></screen>37 <screen os="f"><userinput>make html</userinput></screen> 46 38 47 <para os=" f">To test the results, issue:39 <para os="g">To test the results, issue: 48 40 <userinput>make check</userinput>.</para> 49 41 50 <para os=" g">Install the package:</para>42 <para os="h">Install the package:</para> 51 43 52 <screen os="h"><userinput>make install</userinput></screen> 44 <screen os="i"><userinput>make install</userinput></screen> 45 46 <para os="j">Install the HTML documentation:</para> 47 48 <screen os="k"><userinput>make -C doc install-html</userinput></screen> 53 49 54 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.