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

10 lines
160 B
Markdown

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
```