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,11 +1,10 @@
ncurses 6.5
ncurses 6.6
=
https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
https://ftp.gnu.org/gnu/ncurses/ncurses-6.6.tar.gz
``` sh *** build ***
./configure \
--prefix=/pkg/gnu/ncurses \
--without-cxx-binding \
--without-debug \
--with-termlib \
--with-shared \
@ -17,7 +16,6 @@ make clean
./configure \
--prefix=/pkg/gnu/ncurses \
--without-cxx-binding \
--without-debug \
--without-normal \
--with-termlib \
@ -27,10 +25,14 @@ make clean
--disable-widec
make -j$(nproc)
make install
make clean
```
--without-cxx-binding \
``` cfg *** build deps ***
pkg-config
```
--enable-getcap \
pkg disable ncurses; LD_LIBRARY_PATH=/pkg/gnu/ncurses/lib pkg enable ncurses