Commit 4f687f19 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Added ncurses with ABI version 5 needed for older pre-built packages

parent e81b89e5
......@@ -20,3 +20,11 @@ all:
cp -v -R ncurses-6.2/doc/* /usr/share/doc/ncurses-6.2
rm -rf ncurses-6.2
5:
tar xf ncurses-6.2.tar.gz
cd ncurses-6.2 && sed -i '/LIBTOOL_INSTALL/d' c++/Makefile.in
cd ncurses-6.2 && ./configure --prefix=/usr --mandir=/usr/share/man --with-shared --without-debug --without-normal --with-termlib --with-abi-version=5 --with-versioned-syms
$(MAKE) -C ncurses-6.2
$(MAKE) -C ncurses-6.2 install
rm -rf ncurses-6.2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment