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

15 lines
212 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
flex 2.6.4
=
https://github.com/westes/flex/archive/refs/tags/v2.6.4.tar.gz
``` sh *** build ***
./autogen.sh
./configure --prefix=/pkg/gnu/flex
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** run deps ***
m4
```