Changeset 175ff828 for temp-system/common
- Timestamp:
- Feb 21, 2006, 1:20:08 AM (19 years ago)
- Children:
- 1235a03
- Parents:
- adeb68a
- Location:
- temp-system/common
- Files:
-
- 3 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/bash.xml
radeb68a r175ff828 40 40 xpointer="xpointer(//*[@os='g'])"/> 41 41 42 <screen ><userinput>./configure --prefix=/tools --with-curses \42 <screen os="ac"><userinput>./configure --prefix=/tools --with-curses \ 43 43 --without-bash-malloc --host=${LFS_TARGET}</userinput></screen> 44 44 45 <variablelist os="a c">45 <variablelist os="ad"> 46 46 <title>The meaning of the configure options:</title> 47 47 … … 81 81 xpointer="xpointer(//*[@os='m'])"/> 82 82 83 <para os="a d">Make a link for the programs that use <command>sh</command> for83 <para os="ae">Make a link for the programs that use <command>sh</command> for 84 84 a shell:</para> 85 85 86 <screen os="a e"><userinput>ln -s bash /tools/bin/sh</userinput></screen>86 <screen os="af"><userinput>ln -s bash /tools/bin/sh</userinput></screen> 87 87 88 88 </sect2> -
temp-system/common/bzip2.xml
radeb68a r175ff828 33 33 xpointer="xpointer(//*[@os='a'])"/> 34 34 35 <screen ><userinput>make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen>35 <screen os="cc"><userinput>make CC="${CC}" AR="${AR}" RANLIB="${RANLIB}"</userinput></screen> 36 36 37 <para >Install the package:</para>37 <para os="cd">Install the package:</para> 38 38 39 <screen ><userinput>make PREFIX=/tools install</userinput></screen>39 <screen os="ce"><userinput>make PREFIX=/tools install</userinput></screen> 40 40 41 41 </sect2> -
temp-system/common/coreutils.xml
radeb68a r175ff828 30 30 <para os="bd">Prepare Coreutils for compilation:</para> 31 31 32 <screen ><userinput>./configure --prefix=/tools --cache-file=config.cache \32 <screen os="be"><userinput>./configure --prefix=/tools --cache-file=config.cache \ 33 33 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 34 34 35 <variablelist os="b e">35 <variablelist os="bf"> 36 36 <title>The meaning of the configure options:</title> 37 37 … … 45 45 </variablelist> 46 46 47 <para os="b f">Compile the package:</para>47 <para os="bg">Compile the package:</para> 48 48 49 <screen os="b g"><userinput>make</userinput></screen>49 <screen os="bh"><userinput>make</userinput></screen> 50 50 51 <para os="b h">Install the package:</para>51 <para os="bi">Install the package:</para> 52 52 53 <screen os="b i"><userinput>make install</userinput></screen>53 <screen os="bj"><userinput>make install</userinput></screen> 54 54 55 55 </sect2> -
temp-system/common/diffutils.xml
radeb68a r175ff828 23 23 <title>Installation of Diffutils</title> 24 24 25 <para >Prepare Diffutils for compilation:</para>25 <para os="a">Prepare Diffutils for compilation:</para> 26 26 27 <screen ><userinput>./configure --prefix=/tools \27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --host=${LFS_TARGET}</userinput></screen> 29 29 30 <para >Compile the package:</para>30 <para os="c">Compile the package:</para> 31 31 32 <screen ><userinput>make</userinput></screen>32 <screen os="d"><userinput>make</userinput></screen> 33 33 34 <para >Install the package:</para>34 <para os="e">Install the package:</para> 35 35 36 <screen ><userinput>make install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
temp-system/common/findutils.xml
radeb68a r175ff828 32 32 xpointer="xpointer(//*[@os='a'])"/> 33 33 34 <screen ><userinput>./configure --prefix=/tools \34 <screen os="ac"><userinput>./configure --prefix=/tools \ 35 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 36 36 -
temp-system/common/gawk.xml
radeb68a r175ff828 23 23 <title>Installation of Gawk</title> 24 24 25 <para >Prepare Gawk for compilation:</para>25 <para os="a">Prepare Gawk for compilation:</para> 26 26 27 <screen ><userinput>./configure --prefix=/tools \27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen> 29 29 30 <para >Compile the package:</para>30 <para os="c">Compile the package:</para> 31 31 32 <screen ><userinput>make</userinput></screen>32 <screen os="d"><userinput>make</userinput></screen> 33 33 34 <para >Install the package:</para>34 <para os="e">Install the package:</para> 35 35 36 <screen ><userinput>make install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
temp-system/common/gettext.xml
radeb68a r175ff828 28 28 <screen os="b"><userinput>echo "am_cv_func_working_getline=yes" >> config.cache</userinput></screen> 29 29 30 <para >Prepare Gettext for compilation:</para>30 <para os="c">Prepare Gettext for compilation:</para> 31 31 32 <screen ><userinput>./configure --prefix=/tools \32 <screen os="d"><userinput>./configure --prefix=/tools \ 33 33 --host=${LFS_TARGET} --disable-libasprintf \ 34 34 --without-csharp --cache-file=config.cache</userinput></screen> 35 35 36 <variablelist os=" c">36 <variablelist os="e"> 37 37 <title>The meaning of the configure options:</title> 38 38 39 <varlistentry os=" c1">39 <varlistentry os="e1"> 40 40 <term><parameter>--disable-libasprintf</parameter></term> 41 41 <listitem> … … 48 48 </varlistentry> 49 49 50 <varlistentry os=" c2">50 <varlistentry os="e2"> 51 51 <term><parameter>--without-csharp</parameter></term> 52 52 <listitem> … … 59 59 </variablelist> 60 60 61 <para >Compile the package:</para>61 <para os="f">Compile the package:</para> 62 62 63 <screen ><userinput>make</userinput></screen>63 <screen os="g"><userinput>make</userinput></screen> 64 64 65 <para >Install the package:</para>65 <para os="h">Install the package:</para> 66 66 67 <screen ><userinput>make install</userinput></screen>67 <screen os="i"><userinput>make install</userinput></screen> 68 68 69 69 </sect2> -
temp-system/common/grep.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>./configure --prefix=/tools \29 <screen os="ca"><userinput>./configure --prefix=/tools \ 30 30 --host=${LFS_TARGET} --disable-perl-regexp</userinput></screen> 31 31 32 <variablelist os="c a">32 <variablelist os="cb"> 33 33 <title>The meaning of the configure options:</title> 34 34 -
temp-system/common/gzip.xml
radeb68a r175ff828 33 33 xpointer="xpointer(//*[@os='c'])"/> 34 34 35 <screen ><userinput>./configure --prefix=/tools \35 <screen os="ac"><userinput>./configure --prefix=/tools \ 36 36 --host=${LFS_TARGET}</userinput></screen> 37 37 -
temp-system/common/make.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <para >Prepare Make for compilation:</para>29 <para os="aa">Prepare Make for compilation:</para> 30 30 31 <screen ><userinput>./configure --prefix=/tools \31 <screen os="ab"><userinput>./configure --prefix=/tools \ 32 32 --host=${LFS_TARGET}</userinput></screen> 33 33 -
temp-system/common/ncurses.xml
radeb68a r175ff828 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen ><userinput>./configure --prefix=/tools --with-shared \29 <screen os="aa"><userinput>./configure --prefix=/tools --with-shared \ 30 30 --host=${LFS_TARGET} --without-debug --without-ada \ 31 31 --enable-overwrite --with-build-cc=gcc</userinput></screen> -
temp-system/common/patch.xml
radeb68a r175ff828 23 23 <title>Installation of Patch</title> 24 24 25 <para >Prepare Patch for compilation:</para>25 <para os="a">Prepare Patch for compilation:</para> 26 26 27 <screen ><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen>27 <screen os="b"><userinput>./configure --prefix=/tools --host=${LFS_TARGET}</userinput></screen> 28 28 29 <para >Compile the package:</para>29 <para os="c">Compile the package:</para> 30 30 31 <screen ><userinput>make</userinput></screen>31 <screen os="d"><userinput>make</userinput></screen> 32 32 33 <para >Install the package:</para>33 <para os="e">Install the package:</para> 34 34 35 <screen ><userinput>make install</userinput></screen>35 <screen os="f"><userinput>make install</userinput></screen> 36 36 37 37 </sect2> -
temp-system/common/sed.xml
radeb68a r175ff828 23 23 <title>Installation of Sed</title> 24 24 25 <para >Prepare Sed for compilation:</para>25 <para os="a">Prepare Sed for compilation:</para> 26 26 27 <screen ><userinput>./configure --prefix=/tools \27 <screen os="b"><userinput>./configure --prefix=/tools \ 28 28 --host=${LFS_TARGET}</userinput></screen> 29 29 30 <para >Compile the package:</para>30 <para os="c">Compile the package:</para> 31 31 32 <screen ><userinput>make</userinput></screen>32 <screen os="d"><userinput>make</userinput></screen> 33 33 34 <para >Install the package:</para>34 <para os="e">Install the package:</para> 35 35 36 <screen ><userinput>make install</userinput></screen>36 <screen os="f"><userinput>make install</userinput></screen> 37 37 38 38 </sect2> -
temp-system/common/tar.xml
radeb68a r175ff828 32 32 xpointer="xpointer(//*[@os='c'])"/> 33 33 34 <screen ><userinput>./configure --prefix=/tools \34 <screen os="ac"><userinput>./configure --prefix=/tools \ 35 35 --host=${LFS_TARGET} --cache-file=config.cache</userinput></screen> 36 36 -
temp-system/common/zlib.xml
radeb68a r175ff828 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen ><userinput>./configure --prefix=/tools --shared</userinput></screen>33 <screen os="aa"><userinput>./configure --prefix=/tools --shared</userinput></screen> 34 34 35 <variablelist os="a a">35 <variablelist os="ab"> 36 36 <title>The meaning of the configure options:</title> 37 37 38 <varlistentry os="a a1">38 <varlistentry os="ab1"> 39 39 <term><parameter>--shared</parameter></term> 40 40 <listitem> 41 <para>T his do ...</para>41 <para>Tells zlib to build shared libraries.</para> 42 42 </listitem> 43 43 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.