MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU Gettext 32-bit HOME GNU Grep »

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

Average Build Time: 2.1 SBU
Used Install Space: 63 MiB

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

Next, run the test suite:

make check

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

make install

Contents

Contents  
Installed Programs bison, yacc
Installed Libraries liby.a
Navigation    
« GNU Gettext 32-bit HOME GNU Grep »