|
|
|
@ -15,8 +15,11 @@ curses_url="https://invisible-mirror.net/archives/ncurses/current/ncurses.tar.gz
|
|
|
|
|
./configure --with-pthread --with-shared > /dev/null
|
|
|
|
|
echo "Running make..."
|
|
|
|
|
make -j"${cores}" > /dev/null
|
|
|
|
|
cd lib || exit
|
|
|
|
|
FILE=libncursest.so.?.?
|
|
|
|
|
|
|
|
|
|
#fi
|
|
|
|
|
if cmp --silent -- "./lib/libncursest.so" "/lib/libncursest.so"; then
|
|
|
|
|
if ls /lib/${FILE} 1> /dev/null 2>&1 ; then
|
|
|
|
|
echo "You have a version of ncurses that was identical to the one that was compiled."
|
|
|
|
|
echo " Quitting..."
|
|
|
|
|
exit
|
|
|
|
|