i cannot find anything in the internet that gives tutorial on how to install curses.h library on Code Lite. It bugs me it always gives the error:
C:/Program Files/CodeLite/ADF C++ Training/Testing/main.cpp:1:20: fatal error: curses.h: No such file or directory
#include <curses.h>
^
compilation terminated.
mingw32-make.exe[1]: *** [Debug/main.cpp.o] Error 1
mingw32-make.exe: *** [All] Error 2
Testing.mk:93: recipe for target 'Debug/main.cpp.o' failed