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

14 lines
213 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
nettle 3.10.2
=
https://ftp.gnu.org/gnu/nettle/nettle-3.10.2.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/nettle --disable-static
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
gmp
```