A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Python 3.13 | HOME | Util-Linux 64-bit » |
Name: GNU Texinfo
Summary: Tools for reading, writing, and converting info documents
License: GPL v3 or later
Version: 7.2
URL: https://ftp.gnu.org/gnu/texinfo/texinfo-7.2.tar.xz
To configure GNU Texinfo for install into the build root, run the following command:
./configure --prefix=/usr \
--libdir=/usr/lib64 \
--libexecdir=/usr/lib64
To compile GNU Texinfo, run the following command:
make
Finally, to install GNU Texinfo into the build tree, run the following command:
make install
More details about this package is covered later in the core system build.
| Navigation | ||
|---|---|---|
| « Python 3.13 | HOME | Util-Linux 64-bit » |