libpayload: Add PDCurses and ncurses' libform/libmenu
[coreboot.git] / payloads / libpayload / curses / PDCurses-3.4 / sdl1 / README
1 PDCurses for SDL
2 ================
3
4 This is a port of PDCurses for SDL.
5
6
7 Building
8 --------
9
10 . On *nix (including Linux and Mac OS X), run "make" in the sdl1
11   directory. There is no configure script (yet?) for this port. This
12   assumes a working sdl-config, and GNU make. It builds the library 
13   libpdcurses.a (dynamic lib not implemented).
14
15   With MinGW, run "make -f Makefile.mng". This assumes SDL is installed
16   in the standard directories. The MinGW makefile accepts the optional
17   parameters "DLL=Y" and "DEBUG=Y", as with the console version. (Wide-
18   character support is not yet implemented for SDL.) Both makefiles
19   recognize the optional PDCURSES_SRCDIR environment variable, as with
20   the console ports. Makefile.mng builds libpdcurses.a, along with 
21   pdcurses.dll, if specified.
22
23
24 Distribution Status
25 -------------------
26
27 The files in this directory are released to the Public Domain.
28
29
30 Acknowledgements
31 ----------------
32
33 SDL port was provided by William McBrine <wmcbrine@users.sf.net>