pkgsrc-wip/glkloader/TODO
Dieter Baron 5fb953f65e initial import of glkloader-0.3.2:
GlkLoader is an implementation of the the Glk specification which
simply loads another Glk library and passes all Glk calls through
to it.  The purpose is to allow a single executable to choose which
Glk library to use at run-time, instead of at compile-time.
2005-03-02 17:26:58 +00:00

6 lines
337 B
Text

This needs a real Glk implementation to run. We can either have
the user do this and note it in MESSAGE, or depend on one. If we
decide to depend on one, we can either depend on glkterm, which
pulls in ncurses on NetBSD 1.6 and below, or create a package for
cheapglk, which probably no one will use. For now, it depends on
glkterm.