You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
PDCursesMod/ncurses
Bill-Gray 07fb4557ad ncurses makefile modified so one can 'make speed' (demo to test speed of ncurses or PDCurses drawing) 6 years ago
..
CMakeLists.txt CMake tested on Windows, and Linux 7 years ago
README.md Initial version of README.md for the ncurses flavor (really, just ability to build PDCurses demos linked to the ncurses library) 8 years ago
makefile ncurses makefile modified so one can 'make speed' (demo to test speed of ncurses or PDCurses drawing) 6 years ago

README.md

ncurses build of PDCurses demos

This directory contains a makefile to compile the PDCurses demos against the ncurses library. This allows us to check for differences between ncurses and PDCurses.

Building

  • Thus far, only GCC on Linux has been tested. Build with either

      make -f makefile
      make -f makefile WIDE=Y
    

    Several demos will be compiled.

Distribution Status

The files in this directory are released to the Public Domain.

Acknowledgments

makefile provided by Bill Gray.