rogue icon indicating copy to clipboard operation
rogue copied to clipboard

No curses.h file

Open RintaDev5792 opened this issue 1 year ago • 2 comments

Whenever I try to compile it, it tells me it cannot find curses.h, and if I remove #define <curses.h> it breaks more

RintaDev5792 avatar Mar 10 '23 22:03 RintaDev5792

You need to install it in your OS at least in Linux is: sudo apt-get install libncurses5-dev libncursesw5-dev

Villanueva-Flavio avatar Jun 24 '23 18:06 Villanueva-Flavio

Oh that makes sense, it works now. Thank you!

RintaDev5792 avatar Jun 24 '23 19:06 RintaDev5792