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

19 lines
253 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
gmp 6.3.0
=
https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz
``` sh *** build ***
./configure --enable-cxx --prefix=/pkg/gnu/gmp
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
glibc
linux-headers
2025-08-26 04:41:14 +03:00
```
``` cfg *** run deps ***
binutils
```