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

10 lines
172 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
re2c 4.2
=
https://github.com/skvadrik/re2c/releases/download/4.2/re2c-4.2.tar.xz
``` sh *** build ***
./configure --prefix=/pkg/gnu/re2c
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```