Installing Sed-4.0.5

Estimated build time:           0.09 SBU
Estimated required disk space:  2 MB

Contents of Sed

Last checked against version 3.02.

sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline).

Sed installs the following:

 

Sed Installation Dependencies

Last checked against version 3.02.

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

 

Installation of Sed

Prepare Sed to be compiled:

CPPFLAGS=-Dre_max_failures=re_max_failures2 \
    LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls

Continue with installing the package:

make

And finish off installing the package:

make install