Files
AeroPkg/assets/var/gnu/ncurses.md

39 lines
775 B
Markdown
Raw Normal View History

2026-07-22 04:29:56 +03:00
ncurses 6.6
2025-08-26 04:41:14 +03:00
=
2026-07-22 04:29:56 +03:00
https://ftp.gnu.org/gnu/ncurses/ncurses-6.6.tar.gz
2025-08-26 04:41:14 +03:00
``` sh *** build ***
2025-11-18 19:46:36 +03:00
./configure \
--prefix=/pkg/gnu/ncurses \
--without-debug \
--with-termlib \
--with-shared \
--enable-pc-files \
--with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig
make -j$(nproc)
make install
make clean
2025-11-18 19:46:36 +03:00
./configure \
--prefix=/pkg/gnu/ncurses \
--without-debug \
--without-normal \
--with-termlib \
--with-shared \
--enable-pc-files \
--with-pkg-config-libdir=/pkg/gnu/ncurses/lib/pkgconfig \
--disable-widec
make -j$(nproc)
make install
2026-07-22 04:29:56 +03:00
make clean
2025-08-26 04:41:14 +03:00
```
2026-07-22 04:29:56 +03:00
--without-cxx-binding \
2025-11-18 19:46:36 +03:00
``` cfg *** build deps ***
pkg-config
```
--enable-getcap \
2026-07-22 04:29:56 +03:00
pkg disable ncurses; LD_LIBRARY_PATH=/pkg/gnu/ncurses/lib pkg enable ncurses