How do I install standard unix libraries like ncurses/curses?

Trying to port over some more games and I am getting errors that curses.h is not found. Steps to install it?

maybe you can take look on haikupors and check for mc recipe…
take look this recipe

so it you need development package libncurses

Hmm, I looked in haikudepot and I don’t see any libs for ncurses/curses. Any idea where I can get it?

take look… use include development package - all category

image

Possibly you will also have to adjust it to ncursesw.h in the game source files after installing ncurses6_devel.

Yep that did the ticket. Now I can get on with the porting :slight_smile: