mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Added a few deps to test the resulting rendered layout in html/etc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
cd5180b6ab
commit
5ae7f9e338
@ -1,7 +1,8 @@
|
|||||||
<appendix id="appendixb">
|
<appendix id="appendixb">
|
||||||
<title>Dependencies</title>
|
<title>Dependencies</title>
|
||||||
|
|
||||||
<para>This is a placeholder for the dependency information</para>
|
&ab-introduction;
|
||||||
|
&ab-bash;
|
||||||
|
&ab-fileutils;
|
||||||
|
|
||||||
</appendix>
|
</appendix>
|
||||||
|
42
Attic/appendixb/bash-dep.xml
Normal file
42
Attic/appendixb/bash-dep.xml
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Dependencies</title>
|
||||||
|
|
||||||
|
<para>Bash-&bash-depversion; needs the following to be installed:</para>
|
||||||
|
|
||||||
|
<literallayout>
|
||||||
|
sh from the bash package
|
||||||
|
|
||||||
|
ar from the binutils package
|
||||||
|
as from the binutils package
|
||||||
|
ld from the binutils package
|
||||||
|
size from the binutils package
|
||||||
|
|
||||||
|
cmp from the diffutils package
|
||||||
|
|
||||||
|
chmod from the fileutils package
|
||||||
|
cp from the fileutils package
|
||||||
|
ls from the fileutils package
|
||||||
|
mv from the fileutils package
|
||||||
|
|
||||||
|
rm from the fileutils package
|
||||||
|
|
||||||
|
cc from the gcc package
|
||||||
|
|
||||||
|
egrep from the grep package
|
||||||
|
grep from the grep package
|
||||||
|
|
||||||
|
make from the make package
|
||||||
|
|
||||||
|
sed from the sed package
|
||||||
|
|
||||||
|
basename from the sh-utils package
|
||||||
|
echo from the sh-utils package
|
||||||
|
expr from the sh-utils package
|
||||||
|
uname from the sh-utils package
|
||||||
|
|
||||||
|
cat from the textutils package
|
||||||
|
tr from the textutils package
|
||||||
|
</literallayout>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
34
Attic/appendixb/bash-dep2.xml
Normal file
34
Attic/appendixb/bash-dep2.xml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Dependencies</title>
|
||||||
|
|
||||||
|
<para>Bash-&bash-depversion; needs the following to be installed:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>sh from the bash package</para></listitem>
|
||||||
|
<listitem><para>ld from the binutils package</para></listitem>
|
||||||
|
<listitem><para>as from the binutils package</para></listitem>
|
||||||
|
<listitem><para>ar from the binutils package</para></listitem>
|
||||||
|
<listitem><para>size from the binutils package</para></listitem>
|
||||||
|
<listitem><para>cmp from the diffutils package</para></listitem>
|
||||||
|
<listitem><para>rm from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>mv from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>cp from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>ls from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>chmod from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>cc from the gcc package</para></listitem>
|
||||||
|
<listitem><para>grep from the grep package</para></listitem>
|
||||||
|
<listitem><para>egrep from the grep package</para></listitem>
|
||||||
|
<listitem><para>make from the make package</para></listitem>
|
||||||
|
<listitem><para>sed from the sed package</para></listitem>
|
||||||
|
<listitem><para>expr from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>uname from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>basename from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>echo from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>cat from the textutils package</para></listitem>
|
||||||
|
<listitem><para>tr from the textutils package</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
7
Attic/appendixb/bash.xml
Normal file
7
Attic/appendixb/bash.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<sect1 id="ab-bash">
|
||||||
|
<title>Bash-&bash-depversion;</title>
|
||||||
|
|
||||||
|
&ab-bash-dep;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
43
Attic/appendixb/binutils-dep.xml
Normal file
43
Attic/appendixb/binutils-dep.xml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Dependencies</title>
|
||||||
|
|
||||||
|
<para>Binutils-&binutils-depversion; needs the following to be installed:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>sh from the bash package
|
||||||
|
sed from the sed package
|
||||||
|
rm from the fileutils package
|
||||||
|
cat from the textutils package
|
||||||
|
uname from the sh-utils package
|
||||||
|
touch from the fileutils package
|
||||||
|
mv from the fileutils package
|
||||||
|
grep from the grep package
|
||||||
|
mkdir from the fileutils package
|
||||||
|
gcc from the gcc package
|
||||||
|
ld from the binutils package
|
||||||
|
as from the binutils package
|
||||||
|
tail from the textutils package
|
||||||
|
cp from the fileutils package
|
||||||
|
chmod from the fileutils package
|
||||||
|
tr from the textutils package
|
||||||
|
cmp from the diffutils package
|
||||||
|
expr from the sh-utils package
|
||||||
|
ln from the fileutils package
|
||||||
|
egrep from the grep package
|
||||||
|
ls from the fileutils package
|
||||||
|
rmdir from the fileutils package
|
||||||
|
nm from the binutils package
|
||||||
|
uniq from the textutils package
|
||||||
|
sort from the textutils package
|
||||||
|
sleep from the sh-utils package
|
||||||
|
make from the make package
|
||||||
|
true from the sh-utils package
|
||||||
|
ar from the binutils package
|
||||||
|
ranlib from the binutils package
|
||||||
|
basename from the sh-utils package
|
||||||
|
makeinfo from the texinfo package</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
7
Attic/appendixb/binutils.xml
Normal file
7
Attic/appendixb/binutils.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<sect1 id="ab-binutils">
|
||||||
|
<title>-&binutils-depversion;</title>
|
||||||
|
|
||||||
|
&ab-binutils-dep;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
38
Attic/appendixb/fileutils-dep.xml
Normal file
38
Attic/appendixb/fileutils-dep.xml
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
<sect2>
|
||||||
|
<title>Dependencies</title>
|
||||||
|
|
||||||
|
<para>Fileutils-&fileutils-depversion; needs the following to be
|
||||||
|
installed:</para>
|
||||||
|
|
||||||
|
<itemizedlist>
|
||||||
|
|
||||||
|
<listitem><para>sh from the bash package</para></listitem>
|
||||||
|
<listitem><para>sed from the sed package</para></listitem>
|
||||||
|
<listitem><para>rm from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>expr from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>cat from the textutils package</para></listitem>
|
||||||
|
<listitem><para>chmod from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>sleep from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>cc from the gcc package</para></listitem>
|
||||||
|
<listitem><para>uname from the sh-utils package</para></listitem>
|
||||||
|
<listitem><para>ls from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>install from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>grep from the grep package</para></listitem>
|
||||||
|
<listitem><para>ld from the binutils package</para></listitem>
|
||||||
|
<listitem><para>as from the binutils package</para></listitem>
|
||||||
|
<listitem><para>egrep from the grep package</para></listitem>
|
||||||
|
<listitem><para>mkdir from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>cp from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>ln from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>tr from the textutils package</para></listitem>
|
||||||
|
<listitem><para>cmp from the diffutils package</para></listitem>
|
||||||
|
<listitem><para>uniq from the textutils package</para></listitem>
|
||||||
|
<listitem><para>mv from the fileutils package</para></listitem>
|
||||||
|
<listitem><para>make from the make package</para></listitem>
|
||||||
|
<listitem><para>ar from the binutils package</para></listitem>
|
||||||
|
<listitem><para>basename from the sh-utils package</para></listitem>
|
||||||
|
|
||||||
|
</itemizedlist>
|
||||||
|
|
||||||
|
</sect2>
|
||||||
|
|
7
Attic/appendixb/fileutils.xml
Normal file
7
Attic/appendixb/fileutils.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<sect1 id="ab-fileutils">
|
||||||
|
<title>Fileutils-&fileutils-depversion;</title>
|
||||||
|
|
||||||
|
&ab-fileutils-dep;
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
22
Attic/appendixb/introduction.xml
Normal file
22
Attic/appendixb/introduction.xml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<sect1 id="ab-intro">
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
|
<para>This appendix lists all the installation dependencies for all the
|
||||||
|
packages that are installed in this book. The listings will include
|
||||||
|
which programs from which packages are needed to successfully compile
|
||||||
|
the package to be installed.</para>
|
||||||
|
|
||||||
|
<para>These are not running dependencies, meaning they don't tell you
|
||||||
|
what programs are needed to use that packages programs. Just the ones
|
||||||
|
needed to compile it.</para>
|
||||||
|
|
||||||
|
<para>The dependency list can be, from time to time, outdated in regards
|
||||||
|
to the current used package version. Checking dependencies takes quite a
|
||||||
|
bit of work, so they may lag behind a bit on the package update. But
|
||||||
|
often with minor package updates, the installation dependencies hardly
|
||||||
|
change, so they'll be current in most cases. If we upgrade to a major
|
||||||
|
new release, we'll make sure the dependencies are checked too at the
|
||||||
|
same time.</para>
|
||||||
|
|
||||||
|
</sect1>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user