MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« NCurses 32-bit HOME PSMisc »

GNU Sed

Name: GNU Sed
Summary: The GNU Stream Editor
License: GPL v3
Version: 4.9
URL: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz

Average Build Time: 0.3 SBU
Used Install Space: 30 MiB

Configuration

To configure GNU Sed for install into the build root, run the following command:

./configure --prefix=/usr

Compilation and Installation

To compile GNU Sed, run the following commands:

make
make html

Now, run the test suite:

make check

Finally, to install GNU Sed into the build tree, run the following command:

make install
install -d -m755           /usr/share/doc/sed-4.9
install -m644 doc/sed.html /usr/share/doc/sed-4.9

Contents

Contents  
Installed Programs sed
Navigation    
« NCurses 32-bit HOME PSMisc »