6.25. Sed-4.2.2

The Sed package contains a stream editor.

6.25.1. Installation of Sed

Prepare Sed for compilation:

./configure --prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET}

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.20.2, “Contents of Sed.”