A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Patch | HOME | GNU Tar » |
Name: GNU Sed
Summary: The GNU Stream Editor
License: GPL v3 or later
Version: 4.9
URL: https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz
To configure GNU Sed for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64 \
--host=$BRFS_TARGET \
--build=$BRFS_HOST
To compile GNU Sed, run the following command:
make
Finally, to install GNU Sed into the build tree, run the following command:
make DESTDIR=$BRFS install
More details about this package is covered later in the core system build.
| Navigation | ||
|---|---|---|
| « GNU Patch | HOME | GNU Tar » |