Sha256: ddda23d3a76bc3c66eb8434879fa8a76f045a3430a9f7e6126691079358320fd

Contents?: true

Size: 923 Bytes

Versions: 8

Compression:

Stored size: 923 Bytes

Contents

PDCurses for SDL2
=================

This is a port of PDCurses for SDL2.


Building
--------

- Choose the appropriate makefile for your compiler:

        Makefile      - General Makefile, tested with GCC
        Makefile.vc   - Microsoft Visual C++ 2.0+ or later & Intel(R) compiler

- On *nix (including Linux and Mac OS X), run `make` in the sdl2
  directory. It builds the library libpdcurses.a (dynamic lib not implemented).
  The makefile accepts the optional parameters `DEBUG=Y`, `WIDE=Y` and `UTF8=Y`.
  It also recognizes the optional `PDCURSES_SRCDIR` environment variable.


Distribution Status
-------------------

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


Acknowledgements
----------------

The original SDL port was provided by William McBrine.

The initial SDL2 support patch was created by Laura Michaels.

The SDL2 port was put together and further developed by Robin Gustafsson.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
curses-1.4.7 vendor/PDCurses/sdl2/README.md
curses-1.4.5 vendor/PDCurses/sdl2/README.md
curses-1.4.4 vendor/PDCurses/sdl2/README.md
curses-1.4.4.beta.1 vendor/PDCurses/sdl2/README.md
curses-1.4.3 vendor/PDCurses/sdl2/README.md
curses-1.4.2 vendor/PDCurses/sdl2/README.md
curses-1.4.1 vendor/PDCurses/sdl2/README.md
curses-1.4.0 vendor/PDCurses/sdl2/README.md