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

10 lines
187 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
expat 2.7.1
=
https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/expat
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```