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

22 lines
284 B
Markdown
Raw Normal View History

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