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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| CMakeLists.txt | 7 years ago | |
| Makefile | 1 year ago | |
| README.md | 8 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=YSeveral demos will be compiled.
Distribution Status
The files in this directory are released to the Public Domain.
Acknowledgments
makefile provided by Bill Gray.