A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU Gettext 32-bit | HOME | GNU Grep » |
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
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
Next, run the test suite:
make check
Finally, to install GNU Bison into the build tree, run the following command:
make install
| Contents | |
|---|---|
| Installed Programs | bison, yacc |
| Installed Libraries | liby.a |
| Navigation | ||
|---|---|---|
| « GNU Gettext 32-bit | HOME | GNU Grep » |