Ubuntu 16.04 / DEB users need to run:
sudo apt-get install libncurses5-dev libncursesw5-dev
and on RPM based distros
yum install ncurses-devel ncurses
to be able to make this. It was only a quick google to find the cause of the error[1] but nice to include in the README.
Thanks for a great CLI game!
1: http://www.cyberciti.biz/faq/linux-error-cursesh-no-such-file-directory/
Ubuntu 16.04 / DEB users need to run:
sudo apt-get install libncurses5-dev libncursesw5-dev
and on RPM based distros
yum install ncurses-devel ncurses
to be able to make this. It was only a quick google to find the cause of the error[1] but nice to include in the README.
Thanks for a great CLI game!
1: http://www.cyberciti.biz/faq/linux-error-cursesh-no-such-file-directory/