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

12
assets/var/gnu/cmake.md Normal file
View File

@ -0,0 +1,12 @@
cmake 4.0.2
=
https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/cmake && make -j$(nproc) && make install
```
``` cfg *** build deps ***
ncurses
zlib
```