CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html
Requires `CMake`_, `ncurses`_ library, C compiler (clang, gcc).
You can find ncurses for linux, BSD and OS X with your package manager
under names package names like
ncurses-devel, libncurses-dev and ncurses.
Easiest:
$ make debug$ make debug_ninjaManual:
$ mkdir build
$ cd build
$ makeThe examples will be in ./build/examples/.