mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-21 04:39:21 +01:00
fixed dependency section: packages start with capital
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b01dec7ae4
commit
f9fdb5f849
@ -4,17 +4,17 @@
|
||||
<para>Autoconf-&autoconf-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ln, ls, mkdir, mv, rm
|
||||
grep: fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ln, ls, mkdir, mv, rm
|
||||
Grep: fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>Automake-&automake-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
|
||||
grep: fgrep, grep
|
||||
make: make
|
||||
perl: perl
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep
|
||||
texinfo: install-info
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mkdir, mv, rm, rmdir
|
||||
Grep: fgrep, grep
|
||||
Make: make
|
||||
Perl: perl
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep
|
||||
Texinfo: install-info
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Bash-&bash-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: bash, sh
|
||||
binutils: ar, as, ld, ranlib, size
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info
|
||||
textutils: cat, tr, uniq
|
||||
Bash: bash, sh
|
||||
Binutils: ar, as, ld, ranlib, size
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info
|
||||
Textutils: cat, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<para>Bin86-&bin86-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, strip
|
||||
fileutils: chmod, install, ln, mv
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
make: make
|
||||
sed: sed
|
||||
Bash: sh
|
||||
Binutils: as, ld, strip
|
||||
Fileutils: chmod, install, ln, mv
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Make: make
|
||||
Sed: sed
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,23 +4,23 @@
|
||||
<para>Binutils-&binutils-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, ranlib, strip
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
|
||||
flex: flex
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: ldconfig
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, true, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, sort, tr, uniq
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, ranlib, strip
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
|
||||
Flex: flex
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, true, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, sort, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,17 +4,17 @@
|
||||
<para>Bison-&bison-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, fgrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: basename, dirname, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info
|
||||
textutils: cat, head, tr, uniq
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: basename, dirname, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info
|
||||
Textutils: cat, head, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>bootscripts-&bootscripts-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
fileutils: chown, cp
|
||||
Fileutils: chown, cp
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<para>Bzip2-&bzip2-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
fileutils: cp, ln, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
make: make
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Fileutils: cp, ln, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Make: make
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,16 +5,16 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ld, as
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, mv, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: date, hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ld, as
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, mv, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: date, hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,20 +5,20 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib, strip
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, mkdir, mv, rm, sync
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
glibc: ldconfig
|
||||
grep: egrep, grep
|
||||
gzip: gzip
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, uname
|
||||
texinfo: makeinfo
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib, strip
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, mkdir, mv, rm, sync
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, grep
|
||||
Gzip: gzip
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, uname
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>Ed-&ed-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, mv, rm, touch
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, mv, rm, touch
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,21 +4,21 @@
|
||||
<para>File-&file-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ln, ls, mv, rm, touch
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep
|
||||
texinfo: makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ln, ls, mv, rm, touch
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,19 +5,19 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, fgrep, grep
|
||||
make: make
|
||||
perl: perl
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Perl: perl
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,17 +5,17 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, mv, rm
|
||||
grep: egrep, grep
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
make: make
|
||||
patch: patch
|
||||
sed: sed
|
||||
sh-utils: basename, date, echo, hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, mv, rm
|
||||
Grep: egrep, grep
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Make: make
|
||||
Patch: patch
|
||||
Sed: sed
|
||||
Sh-utils: basename, date, echo, hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,17 +4,17 @@
|
||||
<para>Flex-&flex-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
bison: bison
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, mv, rm, touch
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: echo, hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Bison: bison
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, mv, rm, touch
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: echo, hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<para>Gawk-&gawk-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
No dependencies checked yet
|
||||
.o dependencies checked yet
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,20 +4,20 @@
|
||||
<para>GCC-&gcc-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
|
||||
find: find
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
patch: patch
|
||||
sed: sed
|
||||
sh-utils: basename, dirname, echo, expr, hostname, sleep, true, uname
|
||||
tar: tar
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tail, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
|
||||
Find: find
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Patch: patch
|
||||
Sed: sed
|
||||
Sh-utils: basename, dirname, echo, expr, hostname, sleep, true, uname
|
||||
Tar: tar
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tail, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,22 +4,22 @@
|
||||
<para>Gettext-&gettext-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, ranlib, strip
|
||||
bison: bison
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, sort, tr, uniq
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, ranlib, strip
|
||||
Bison: bison
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, sort, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,19 +4,19 @@
|
||||
<para>Glibc-&glibc-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib, readelf
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, mknod, mv, mkdir, rm, touch
|
||||
gcc: cc, cc1, collect2, cpp, gcc
|
||||
grep: egrep, grep
|
||||
gzip: gzip
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: date, expr, hostname, pwd, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, cut, sort, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib, readelf
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, mknod, mv, mkdir, rm, touch
|
||||
Gcc: cc, cc1, collect2, cpp, gcc
|
||||
Grep: egrep, grep
|
||||
Gzip: gzip
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: date, expr, hostname, pwd, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, cut, sort, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,23 +4,23 @@
|
||||
<para>Grep-&grep-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mkdir, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mkdir, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Groff-&groff-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
bison: bison
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, touch
|
||||
gcc: cc1, cc1plus, collect2, cpp0, g++, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: basename, date, echo, expr, hostname, uname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Bison: bison
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, touch
|
||||
Gcc: cc1, cc1plus, collect2, cpp0, g++, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: basename, date, echo, expr, hostname, uname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,15 +4,15 @@
|
||||
<para>Gzip-&gzip-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, nm
|
||||
fileutils: chmod, cp, install, ln, mv, rm
|
||||
gcc: cc1, collect2, cpp, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: as, ld, nm
|
||||
Fileutils: chmod, cp, install, ln, mv, rm
|
||||
Gcc: cc1, collect2, cpp, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,20 +4,20 @@
|
||||
<para>Kbd-&kbd-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, strip
|
||||
bison: bison
|
||||
diffutils: cmp
|
||||
fileutils: cp, install, ln, mv, rm
|
||||
flex: flex
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: grep
|
||||
gzip: gunzip, gzip
|
||||
make: make
|
||||
patch: patch
|
||||
sed: sed
|
||||
sh-utils: uname
|
||||
Bash: sh
|
||||
Binutils: as, ld, strip
|
||||
Bison: bison
|
||||
Diffutils: cmp
|
||||
Fileutils: cp, install, ln, mv, rm
|
||||
Flex: flex
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: grep
|
||||
Gzip: gunzip, gzip
|
||||
Make: make
|
||||
Patch: patch
|
||||
Sed: sed
|
||||
Sh-utils: uname
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,20 +4,20 @@
|
||||
<para>Linux-&kernel-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, objcopy
|
||||
fileutils: cp, ln, mkdir, mv, rm, touch
|
||||
findutils: find, xargs
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: grep
|
||||
gzip: gzip
|
||||
make: make
|
||||
gawk: awk
|
||||
modutils: depmod, genksyms
|
||||
net-tools: dnsdomainname, hostname
|
||||
sed: sed
|
||||
sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes
|
||||
textutils: cat, md5sum, sort, tail
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, objcopy
|
||||
Fileutils: cp, ln, mkdir, mv, rm, touch
|
||||
Findutils: find, xargs
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: grep
|
||||
Gzip: gzip
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Modutils: depmod, genksyms
|
||||
Net-tools: dnsdomainname, hostname
|
||||
Sed: sed
|
||||
Sh-utils: basename, date, expr, pwd, stty, uname, whoami, yes
|
||||
Textutils: cat, md5sum, sort, tail
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>Less-&less-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, mv, rm, touch
|
||||
grep: egrep, grep
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: expr, hostname, uname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, mv, rm, touch
|
||||
Grep: egrep, grep
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: expr, hostname, uname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Libtool-&libtool-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, ranlib, strip
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
glibc: ldconfig
|
||||
grep: egrep, fgrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info
|
||||
textutils: cat, sort, tr, uniq
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, ranlib, strip
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info
|
||||
Textutils: cat, sort, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,14 +4,14 @@
|
||||
<para>Lilo-&lilo-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
bin86: as86, ld86
|
||||
binutils: as, ld, strip
|
||||
fileutils: cp, dd, ln
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
make: make
|
||||
sed: sed
|
||||
textutils: cat
|
||||
Bash: sh
|
||||
Bin86: as86, ld86
|
||||
Binutils: as, ld, strip
|
||||
Fileutils: cp, dd, ln
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Make: make
|
||||
Sed: sed
|
||||
Textutils: cat
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>M4-&m4-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, mv, rm
|
||||
make: make
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
sed: sed
|
||||
sh-utils: date, echo, hostname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, mv, rm
|
||||
Make: make
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Sed: sed
|
||||
Sh-utils: date, echo, hostname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,22 +4,22 @@
|
||||
<para>Make-&make-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chgrp, chmod, install, ls, mv, rm
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chgrp, chmod, install, ls, mv, rm
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,10 +4,10 @@
|
||||
<para>MAKEDEV-&makedev-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
fileutils: chmod, chown, cp, ln, mknod, mv, rm
|
||||
grep: grep
|
||||
sh-utils: expr, id
|
||||
Bash: sh
|
||||
Fileutils: chmod, chown, cp, ln, mknod, mv, rm
|
||||
Grep: grep
|
||||
Sh-utils: expr, id
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>Man-&man-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
fileutils: chmod, cp, install, mkdir, rm
|
||||
gcc: c11, collect2, cpp0, gcc
|
||||
grep: grep
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: echo
|
||||
textutils: cat
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Fileutils: chmod, cp, install, mkdir, rm
|
||||
Gcc: c11, collect2, cpp0, gcc
|
||||
Grep: grep
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: echo
|
||||
Textutils: cat
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,9 +5,9 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
fileutils: install
|
||||
make: make
|
||||
Bash: sh
|
||||
Fileutils: install
|
||||
Make: make
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Modutils-&modutils-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib, strip
|
||||
bison: bison
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ln, mkdir, mv, rm
|
||||
flex: flex
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: basename, expr, hostname, uname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib, strip
|
||||
Bison: bison
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ln, mkdir, mv, rm
|
||||
Flex: flex
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: basename, expr, hostname, uname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Ncurses-&ncurses-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, mkdir, mv, rm
|
||||
gcc: c++, cc1, cc1plus, collect2, cpp0, gcc
|
||||
glibc: ldconfig
|
||||
grep: egrep, fgrep, grep
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, date, echo, expr, hostname, uname
|
||||
textutils: cat, sort, tr, wc
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, mkdir, mv, rm
|
||||
Gcc: c++, cc1, cc1plus, collect2, cpp0, gcc
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, date, echo, expr, hostname, uname
|
||||
Textutils: cat, sort, tr, wc
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,14 +5,14 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, strip
|
||||
fileutils: cp, install, rm
|
||||
make: make
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
sed: sed
|
||||
sh-utils: date
|
||||
textutils: cat
|
||||
Bash: sh
|
||||
Binutils: as, ld, strip
|
||||
Fileutils: cp, install, rm
|
||||
Make: make
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Sed: sed
|
||||
Sh-utils: date
|
||||
Textutils: cat
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,12 +5,12 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: bash, sh
|
||||
binutils: ar, as, ld
|
||||
fileutils: install, ln, ls, mv, rm
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
make: make
|
||||
sh-utils: echo
|
||||
Bash: bash, sh
|
||||
Binutils: ar, as, ld
|
||||
Fileutils: install, ln, ls, mv, rm
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Make: make
|
||||
Sh-utils: echo
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,17 +4,17 @@
|
||||
<para>Patch-&patch-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, mv, rm
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, uname
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, mv, rm
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, uname
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,17 +4,17 @@
|
||||
<para>Perl-&perl-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami
|
||||
textutils: cat, comm, sort, split, tr, uniq, wc
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: basename, date, echo, expr, hostname, pwd, uname, whoami
|
||||
Textutils: cat, comm, sort, split, tr, uniq, wc
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,10 +4,10 @@
|
||||
<para>Procinfo-&procinfo-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
binutils: as, ld
|
||||
fileutils: install, mkdir
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
make: make
|
||||
Binutils: as, ld
|
||||
Fileutils: install, mkdir
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Make: make
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,16 +4,16 @@
|
||||
<para>Procps-&procps-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, strip
|
||||
fileutils: install, ln, mv, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: grep
|
||||
make: make
|
||||
gawk: awk
|
||||
sed: sed
|
||||
sh-utils: basename, pwd
|
||||
textutils: sort, tr
|
||||
Bash: sh
|
||||
Binutils: as, ld, strip
|
||||
Fileutils: install, ln, mv, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: grep
|
||||
Make: make
|
||||
Gawk: awk
|
||||
Sed: sed
|
||||
Sh-utils: basename, pwd
|
||||
Textutils: sort, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,23 +4,23 @@
|
||||
<para>Psmisc-&psmisc-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
bison: bison
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mkdir, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
texinfo: makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Bison: bison
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mkdir, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,21 +5,21 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep
|
||||
texinfo: makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,22 +4,22 @@
|
||||
<para>Sed-&sed-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mv, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
sed: sed
|
||||
sh-utils: echo, expr, hostname, sleep
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mv, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, hostname, sleep
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,24 +4,24 @@
|
||||
<para>Shadow-&shadow-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, nm, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
glibc: ldconfig
|
||||
grep: egrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
net-tools: hostname
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, sleep, uname
|
||||
texinfo: makeinfo
|
||||
textutils: cat, sort, tr, uniq
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, nm, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm, rmdir
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Glibc: ldconfig
|
||||
Grep: egrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Net-tools: hostname
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, sleep, uname
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, sort, tr, uniq
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,25 +4,25 @@
|
||||
<para>Sh-utils-&sh-utils-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, chown, install, ls, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
perl: perl
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
tar: tar
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, chown, install, ls, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Perl: perl
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep, uname
|
||||
Tar: tar
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,10 +4,10 @@
|
||||
<para>Sysklogd-&sysklogd-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
binutils: as, ld, strip
|
||||
fileutils: install
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
make: make
|
||||
Binutils: as, ld, strip
|
||||
Fileutils: install
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Make: make
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<para>Sysvinit-&sysvinit-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
fileutils: chown, cp, install, ln, mknod, rm
|
||||
gcc: cc, cc1, collect2, cpp0
|
||||
make: make
|
||||
sed: sed
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Fileutils: chown, cp, install, ln, mknod, rm
|
||||
Gcc: cc, cc1, collect2, cpp0
|
||||
Make: make
|
||||
Sed: sed
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,25 +4,25 @@
|
||||
<para>Tar-&tar-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
net-tools: hostname
|
||||
patch: patch
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, sleep, uname
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Net-tools: hostname
|
||||
Patch: patch
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, sleep, uname
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,17 +4,17 @@
|
||||
<para>Texinfo-&texinfo-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ln, ls, mkdir, mv, rm
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, fgrep, grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, hostname, sleep
|
||||
texinfo: makeinfo
|
||||
textutils: cat, tr
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ln, ls, mkdir, mv, rm
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, fgrep, grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, hostname, sleep
|
||||
Texinfo: makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,26 +5,26 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
autoconf: autoconf, autoheader
|
||||
automake: aclocal, automake
|
||||
bash: sh
|
||||
binutils: ar, as, ld, ranlib
|
||||
diffutils: cmp
|
||||
fileutils: chmod, install, ls, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp0, gcc
|
||||
glibc: getconf
|
||||
grep: egrep, fgrep, grep
|
||||
m4: m4
|
||||
make: make
|
||||
gawk: gawk
|
||||
net-tools: hostname
|
||||
perl: perl
|
||||
sed: sed
|
||||
sh-utils: basename, echo, expr, sleep, uname
|
||||
tar: tar
|
||||
texinfo: install-info, makeinfo
|
||||
textutils: cat, tr
|
||||
Autoconf: autoconf, autoheader
|
||||
Automake: aclocal, automake
|
||||
Bash: sh
|
||||
Binutils: ar, as, ld, ranlib
|
||||
Diffutils: cmp
|
||||
Fileutils: chmod, install, ls, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp0, gcc
|
||||
Glibc: getconf
|
||||
Grep: egrep, fgrep, grep
|
||||
M4: m4
|
||||
Make: make
|
||||
Gawk: gawk
|
||||
Net-tools: hostname
|
||||
Perl: perl
|
||||
Sed: sed
|
||||
Sh-utils: basename, echo, expr, sleep, uname
|
||||
Tar: tar
|
||||
Texinfo: install-info, makeinfo
|
||||
Textutils: cat, tr
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -5,18 +5,18 @@
|
||||
installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld
|
||||
diffutils: cmp
|
||||
fileutils: chgrp, chmod, cp, install, ln, mv, rm
|
||||
gettext: msgfmt, xgettext
|
||||
gcc: cc, cc1, collect2, cpp, cpp0
|
||||
glibc: rpcgen
|
||||
grep: grep
|
||||
make: make
|
||||
sed: sed
|
||||
sh-utils: uname, whoami
|
||||
textutils: cat
|
||||
Bash: sh
|
||||
Binutils: as, ld
|
||||
Diffutils: cmp
|
||||
Fileutils: chgrp, chmod, cp, install, ln, mv, rm
|
||||
Gettext: msgfmt, xgettext
|
||||
Gcc: cc, cc1, collect2, cpp, cpp0
|
||||
Glibc: rpcgen
|
||||
Grep: grep
|
||||
Make: make
|
||||
Sed: sed
|
||||
Sh-utils: uname, whoami
|
||||
Textutils: cat
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
@ -4,18 +4,18 @@
|
||||
<para>Vim-&vim-depversion; needs the following to be installed:</para>
|
||||
|
||||
<literallayout>
|
||||
bash: sh
|
||||
binutils: as, ld, strip
|
||||
diffutils: cmp, diff
|
||||
fileutils: chmod, cp, ln, mkdir, mv, rm, touch
|
||||
find: find
|
||||
gcc: cc1, collect2, cpp0, gcc
|
||||
grep: egrep, grep
|
||||
make: make
|
||||
net-tools: hostname
|
||||
sed: sed
|
||||
sh-utils: echo, expr, uname, whoami
|
||||
textutils: cat, tr, wc
|
||||
Bash: sh
|
||||
Binutils: as, ld, strip
|
||||
Diffutils: cmp, diff
|
||||
Fileutils: chmod, cp, ln, mkdir, mv, rm, touch
|
||||
Find: find
|
||||
Gcc: cc1, collect2, cpp0, gcc
|
||||
Grep: egrep, grep
|
||||
Make: make
|
||||
Net-tools: hostname
|
||||
Sed: sed
|
||||
Sh-utils: echo, expr, uname, whoami
|
||||
Textutils: cat, tr, wc
|
||||
</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user