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

10 lines
160 B
Markdown
Raw Normal View History

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