updated gnu repo

This commit is contained in:
2025-08-26 04:41:14 +03:00
parent 12583471f1
commit 7942284237
89 changed files with 995 additions and 202 deletions

20
assets/var/gnu/mpfr.md Normal file
View File

@ -0,0 +1,20 @@
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
```
``` cfg *** build deps ***
linux
glibc
gmp
```
``` cfg *** run deps ***
binutils
```