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/docs/README.md

52 lines
1.1 KiB
Markdown

PDCurses Documentation
======================
The main documentation for PDCurses is here:
- [User's Guide] - Basic overview
- [Implementor's Guide] - What you need to know to port PDCurses
- [Manual] - Each function, etc.
- [History]
Also consult the README for each specific platform you'll be using:
- [DOS]
- [DOSVGA]
- [OS/2]
- [Plan9]
- [SDL 1.x]
- [SDL 2.x]
- [VT]
- [Windows in console mode (WinCon)][wincon]
- [Windows in graphical mode (WinGUI)][wingui]
- [X11]
- [OpenGL]
Building
--------
To rebuild MANUAL.md from the "man page" sections of the source code,
type `./mkman.sh`. Needs a posix-shell and a Python interpreter.
Distribution Status
-------------------
The files in this directory are released to the public domain.
[User's Guide]: USERS.md
[Implementor's Guide]: IMPLEMNT.md
[Manual]: MANUAL.md
[History]: HISTORY.md
[DOS]: ../dos/README.md
[DOSVGA]: ../dosvga/README.md
[OS/2]: ../os2/README.md
[Plan9]: ../plan9/README.md
[SDL 1.x]: ../sdl1/README.md
[SDL 2.x]: ../sdl2/README.md
[VT]: ../vt/README.md
[wincon]: ../wincon/README.md
[wingui]: ../wingui/README.md
[X11]: ../x11/README.md
[OpenGL]: ../gl/README.md