rogue
rogue copied to clipboard
No curses.h file
Whenever I try to compile it, it tells me it cannot find curses.h, and if I remove #define <curses.h> it breaks more
You need to install it in your OS
at least in Linux is: sudo apt-get install libncurses5-dev libncursesw5-dev
Oh that makes sense, it works now. Thank you!