Skip to content

figital/hello-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#hello-ncurses

I'm working my way through Pradeep Padala's ncurses intro at: http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/

Install for recent debian'ish distros:

wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
gunzip ncurses*.gz
tar -xvf ncurses*.tar
cd ncurses*
./configure
make
sudo make install

"whereis ncurses" should now yield /usr/includes/ncurses.h

You should now be able to run something like ...

gcc hello.c -lncurses -o hello

... which will give you an executable to run from the command line.

:)

Hello Pete from CV.

About

how to get rolling with ncurses, the text-gui builder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages