Archive
Posts Tagged ‘curses’
Install ncurses
March 11, 2011
Leave a comment
sudo apt-get install libncurses5-dev libncursesw5-dev
If you want to compile a source code and you get the “curses.h: No such file or directory” error, then these are the packages you need to install.
Tip from here.
Categories: Uncategorized
compile, curses, ncurses, terminal