You will need the libcurses-dev packet which can be installed with:
APT: (Debian, Ubuntu)
sudo apt-get install libncurses-dev -y
YUM/DNF: (Fedora)
sudo yum intall libncurses-dev -y
I used Geany to compile the project. Don't forget the -lncurses
commutator when constructing the object.