MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 4 - Entering the Chroot and More Temporary Tools

Navigation    
« Python 3.13 HOME Util-Linux 64-bit »

GNU Texinfo

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

Configuration

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

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64

Compilation and Installation

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 »