NCURSES Programming HOWTO Examples Save

CMake examples for code in http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/index.html

Project README

NCURSES-Programming-HOWTO examples

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.

Building

Easiest:

.. code-block:: sh

$ make debug

.. code-block:: sh

$ make debug_ninja

Manual:

.. code-block:: sh

$ mkdir build $ cd build $ make

The examples will be in ./build/examples/.

.. CMake: https://cmake.org/ .. ncurses: https://www.gnu.org/software/ncurses/

Open Source Agenda is not affiliated with "NCURSES Programming HOWTO Examples" Project. README Source: tony/NCURSES-Programming-HOWTO-examples
Stars
126
Open Issues
2
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating