upd and patches
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user