Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curses.h missing on debian jessie #19

Closed
fourpartswater opened this issue Dec 9, 2014 · 2 comments
Closed

curses.h missing on debian jessie #19

fourpartswater opened this issue Dec 9, 2014 · 2 comments
Assignees

Comments

@fourpartswater
Copy link

Compilation of something was failing due to no curses.h from libncurses5-dev on debian jessie

@doomedramen
Copy link
Member

Have you tried:
sudo apt-get install libncurses5-dev
or if that fails
sudo apt-get install ncurses-devel ncurses

@bmpvieira
Copy link
Member

This is related to #29, we need to solved that.
Feel free to continue the discussion there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants