upd and patches

This commit is contained in:
2026-07-22 04:29:56 +03:00
parent 2be695fa6a
commit c6dcbc1ca5
90 changed files with 1688 additions and 91 deletions

View File

@ -1,9 +1,9 @@
cmake 4.0.2
cmake 4.3.4
=
https://github.com/Kitware/CMake/releases/download/v4.0.2/cmake-4.0.2.tar.gz
https://github.com/Kitware/CMake/archive/refs/tags/v4.3.4.tar.gz
``` sh *** build ***
./configure --prefix=/pkg/gnu/cmake
./configure --prefix=/pkg/gnu/cmake -- -DBUILD_CursesDialog=OFF
make -j$(nproc)
make install
```