#!/bin/sh

#export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/

make distclean
#CFLAGS=-g config-ncurses && make && make install && groan
CFLAGS=-g config-ncurses && make -j10 && make install && groan

# If gnatgcc has linking problems, try these commands.
#mkdir -p ~/ncurses-HEAD/lib && cp -v ./lib/libtinfotw.* ~/ncurses-HEAD/lib/
#make && make install && groan
