The Sed package contains a stream editor.
Подготовим Sed к компиляции:
./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.2
The meaning of the new configure option:
--htmldir
This sets the directory where the HTML documentation will be installed to.
Cкомпилируем пакет:
make
Generate the HTML documentation:
make html
Чтобы запустить тестирование пакета, выполните:
make check
Установим пакет:
make install
Install the HTML documentation:
make -C doc install-html