Changeset 6cbb14c in clfs-sysroot
- Timestamp:
- Jul 11, 2009, 7:15:32 PM (15 years ago)
- Branches:
- master
- Children:
- fc7c84a
- Parents:
- 040da03
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/sed.xml
r040da03 r6cbb14c 30 30 31 31 <screen os="b"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --prefix=/usr --bindir=/bin --enable-html</userinput></screen>32 --prefix=/usr --bindir=/bin</userinput></screen> 33 33 34 <variablelist os="c"> 35 <title>The meaning of the new configure option:</title> 34 <para os="c">Compile the package:</para> 36 35 37 <varlistentry> 38 <term><parameter>--enable-html</parameter></term> 39 <listitem> 40 <para>This option tells Sed to build and install its HTML 41 documentation.</para> 42 </listitem> 43 </varlistentry> 44 </variablelist> 36 <screen os="d"><userinput>make</userinput></screen> 45 37 46 <para os=" d">Compile the package:</para>38 <para os="e">Build the HTML documentation:</para> 47 39 48 <screen os=" e"><userinput>make</userinput></screen>40 <screen os="f"><userinput>make html</userinput></screen> 49 41 50 <para os=" f">Install the package:</para>42 <para os="g">Install the package:</para> 51 43 52 <screen os="g"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 44 <screen os="h"><userinput>make DESTDIR=${CLFS} install</userinput></screen> 45 46 <para os="i">Install the HTML documentation:</para> 47 48 <screen os="j"><userinput>make -C doc DESTDIR=${CLFS} install-html</userinput></screen> 53 49 54 50 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.