Changeset 852824db for BOOK/temp-system/common
- Timestamp:
- Apr 16, 2014, 8:17:01 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 72bf73b
- Parents:
- 86735361
- Location:
- BOOK/temp-system/common
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/common/bash.xml
r86735361 r852824db 63 63 64 64 <variablelist os="c"> 65 <title>The meaning of the configure option:</title>65 <title>The meaning of the new configure option:</title> 66 66 67 67 <varlistentry> -
BOOK/temp-system/common/gettext.xml
r86735361 r852824db 41 41 --disable-shared --cache-file=config.cache</userinput></screen> 42 42 43 <variablelist os="e"> 44 <title>The meaning of the configure options:</title> 43 <para os="e">Compile the required programs and support library:</para> 45 44 46 <varlistentry os="e1"> 47 <term><parameter>--disable-shared</parameter></term> 48 <listitem> 49 <para>This tells Gettext not to create a shared library.</para> 50 </listitem> 51 </varlistentry> 52 53 </variablelist> 54 55 <para os="f">Compile the required programs and support library:</para> 56 57 <screen os="g"><userinput>make -C gnulib-lib 45 <screen os="f"><userinput>make -C gnulib-lib 58 46 make -C src msgfmt msgmerge xgettext</userinput></screen> 59 47 60 <para os=" h">Install the <command>msgfmt</command>,48 <para os="g">Install the <command>msgfmt</command>, 61 49 <command>msgmerge</command> and <command>xgettext</command> binaries:</para> 62 50 63 <screen os=" i"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen>51 <screen os="h"><userinput>cp -v src/{msgfmt,msgmerge,xgettext} /tools/bin</userinput></screen> 64 52 65 53 </sect2> -
BOOK/temp-system/common/texinfo.xml
r86735361 r852824db 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 31 31 32 <variablelist os="ba"> 33 <title>The meaning of the new configure option:</title> 34 35 <varlistentry> 36 <term><parameter>PERL=/usr/bin/perl</parameter></term> 37 <listitem> 38 <para>This forces Texinfo to use 39 <filename class="directory">/usr/bin</filename> as the location of 40 <command>perl</command>, as some host systems may have it in 41 <filename class="directory">/bin</filename>.</para> 42 </listitem> 43 </varlistentry> 44 45 </variablelist> 46 32 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 48 href="../../final-system/common/texinfo.xml" -
BOOK/temp-system/common/vim.xml
r86735361 r852824db 86 86 </varlistentry> 87 87 88 <varlistentry> 89 <term><parameter>--with-tlib=ncurses</parameter></term> 90 <listitem> 91 <para>Tells Vim to use Ncurses as its terminal library.</para> 92 </listitem> 93 </varlistentry> 94 88 95 </variablelist> 89 96
Note:
See TracChangeset
for help on using the changeset viewer.