cheapglk

Minimal Glk library implementation for interactive fiction games

brewmacoslinux
Try with needOr install directly
Source

About

Extremely minimal Glk library

Commands

cheapglk

Examples

Compile an interactive fiction game using CheapGLK$ gcc -o game game.c -lcheapglk
Link against CheapGLK library when building Glk applications$ cc myapp.c -o myapp -L/usr/local/lib -lcheapglk -lm
Check CheapGLK installation and library path$ pkg-config --cflags --libs cheapglk