A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « NCurses 32-bit | HOME | PSMisc » |
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
To configure GNU Sed for install into the build root, run the following command:
./configure --prefix=/usr
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 | |
|---|---|
| Installed Programs | sed |
| Navigation | ||
|---|---|---|
| « NCurses 32-bit | HOME | PSMisc » |