Changeset 21f0998
- Timestamp:
- May 22, 2014, 11:31:44 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 7ac303bc
- Parents:
- 2f3768a
- Location:
- BOOK/temp-system
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/64/check.xml
r2f3768a r21f0998 21 21 <sect2 role="installation"> 22 22 <title>Installation of Check</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/check.xml" 26 xpointer="xpointer(//*[@os='a'])"/> 23 27 24 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/ncurses.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ncurses.xml" 27 xpointer="xpointer(//*[@os='h'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/64/zlib.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/zlib.xml" 27 xpointer="xpointer(//*[@os='h'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/check.xml
r2f3768a r21f0998 24 24 <sect2 role="installation"> 25 25 <title>Installation of Check</title> 26 27 <para os="a">We will install Check into 28 <filename class="directory">/tools</filename> to satisfy a dependency 29 on it for Kbd and Libpipeline in the final system.</para> 26 30 27 31 <para os="c">Prepare Check for compilation:</para> -
BOOK/temp-system/common/gettext.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gettext</title> 24 25 <para os="i">Many packages' installation procedures use the 26 <command>msgfmt</command> program for i18n support, so we will compile 27 and install it into <filename class="directory">/tools</filename>.</para> 24 28 25 29 <para os="a">Only the programs in the -
BOOK/temp-system/common/ncurses.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <para os="h">We will need Ncurses for several other packages in the 26 temporary environment, including Bash, Util-linux, and Vim.</para> 24 27 25 28 <para os="p1">The following patch fixes an issue with some Bash versions:</para> -
BOOK/temp-system/common/vim.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of VIM</title> 24 25 <para os="a">We will cross-compile Vim so that we can have a text editor in 26 <filename class="directory">/tools</filename>. Vim is not technically 27 necessary in the temporary system, in that it is not there to satisfy any 28 package dependencies in the final system, but we believe that a text editor 29 is an extremely useful tool to have there.<!-- If you prefer a different 30 editor, you may check the hints project at <ulink url="&hints-root;" /> 31 for information on cross-compiling other text editors. (placeholder - 32 uncomment this sentence if/when such information actually exists)--></para> 24 33 25 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/common/zlib.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <para os="h">Several packages in the temporary system use Zlib, 26 including Binutils, GCC, and Util-linux, so we will add it to 27 <filename class="directory">/tools</filename>.</para> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/check.xml
r2f3768a r21f0998 21 21 <sect2 role="installation"> 22 22 <title>Installation of Check</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 25 href="../common/check.xml" 26 xpointer="xpointer(//*[@os='a'])"/> 23 27 24 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/gettext.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Gettext</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/gettext.xml" 27 xpointer="xpointer(//*[@os='i'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/ncurses.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Ncurses</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/ncurses.xml" 27 xpointer="xpointer(//*[@os='h'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/vim.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of VIM</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/vim.xml" 27 xpointer="xpointer(//*[@os='a'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/temp-system/multilib/zlib.xml
r2f3768a r21f0998 22 22 <sect2 role="installation"> 23 23 <title>Installation of Zlib</title> 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/zlib.xml" 27 xpointer="xpointer(//*[@os='h'])"/> 24 28 25 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.