Hi, I'm a newbie in programming and started to practice with c++ and Linux about an year ago. The problem I'm getting is that I don't know how to include this library. At first I tried
Seeing it was already updated to the last version, I tried to build my program using
The error that appeared is the one in the title.
I then gave a look into the /usr/include folder and didn't find any ncurses.h file. Looking into /usr/lib, though, there actually is libncurses.so.
How do I solve this problem?
apt install ncurses-dev
Thank you very much!
Most helpful comment
apt install ncurses-dev