libpayload: Add PDCurses and ncurses' libform/libmenu
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / demos / README
1 PDCurses Demos
2 ==============
3
4 This directory contains demonstration programs to show and test the 
5 capabilities of curses libraries. Some of them predate PDCurses, 
6 PCcurses or even pcurses/ncurses. Although some PDCurses-specific code 
7 has been added, all programs remain portable to other implementations 
8 (at a minimum, to ncurses).
9
10
11 Building
12 --------
13
14 The demos are built by the platform-specific makefiles, in the platform 
15 directories. Alternatively, you can build them manually, individually, 
16 and link with any curses library; e.g., "cc -lcurses -orain rain.c". 
17 There are no dependencies besides curses and the standard C library, and 
18 no configuration is needed.
19
20
21 Distribution Status
22 -------------------
23
24 Public Domain, except for rain.c and worm.c, which are under the ncurses 
25 license (MIT-like).