Davidslv / rogue

Original Rogue Game (5.4.4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No curses.h file

DethDefier opened this issue · 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

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!