Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit 888c3e9ae1
240 changed files with 2745 additions and 855 deletions

View File

@ -10,8 +10,11 @@ https://ftp.gnu.org/gnu/ncurses/ncurses-6.5.tar.gz
--with-termlib \
--with-shared \
--enable-pc-files \
--with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig &&
make -j$(nproc) && make install && make clean &&
--with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig
make -j$(nproc)
make install
make clean
./configure \
--prefix=/pkg/gnu/ncurses \
--without-cxx-binding \
@ -21,8 +24,9 @@ make -j$(nproc) && make install && make clean &&
--with-shared \
--enable-pc-files \
--with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig \
--disable-widec &&
make -j$(nproc) && make install
--disable-widec
make -j$(nproc)
make install
```
``` cfg *** build deps ***