Files
AeroPkg/assets/var/gnu/bison.md

14 lines
187 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
bison 3.8.2
=
https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/bison
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** run deps ***
m4
```