Обновление README.md, исходников, пакетки
This commit is contained in:
@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user