A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Gettext | HOME | Perl » |
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
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
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 » |