Details on this package are located in Section 6.17.2, “Contents of Sed.”
Библиотека сайта rus-linux.net
5.29. Sed-4.2.1
The Sed package contains a stream editor.
Approximate build time:
0.1 SBU
Required disk space:
8.0 MB
5.29.1. Installation of Sed
Prepare Sed for compilation:
./configure --prefix=/tools
Compile the package:
make
Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Sed test suite anyway, issue the following command:
make check
Install the package:
make install