- 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
- Location:
- BOOK/final-system
- Files:
-
- 2 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> -
BOOK/final-system/multilib/sed.xml
rb889fe6 r34694b6 27 27 28 28 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \ 29 --bindir=/bin --enable-html</userinput></screen>29 --bindir=/bin</userinput></screen> 30 30 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 53 53 xpointer="xpointer(//*[@os='h'])"/> 54 54 55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 56 href="../common/sed.xml" 57 xpointer="xpointer(//*[@os='i'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 60 href="../common/sed.xml" 61 xpointer="xpointer(//*[@os='j'])"/> 62 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 64 href="../common/sed.xml" 65 xpointer="xpointer(//*[@os='k'])"/> 66 55 67 </sect2> 56 68
Note:
See TracChangeset
for help on using the changeset viewer.