MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 4 - Entering the Chroot and More Temporary Tools

Navigation    
« GNU Gettext HOME Perl »

GNU Bison

Name: GNU Bison
Summary: The GNU Parser Generator
License: GPL v3
Version: 3.8.2
URL: https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz

Configuration

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

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --docdir=/usr/share/doc/bison-3.8.2

Compilation and Installation

To compile GNU Bison, run the following command:

make

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

make install

More details about this package is covered later in the core system build.

Navigation    
« GNU Gettext HOME Perl »