aboutsummaryrefslogtreecommitdiff

ubox lib for DOS

This is a simple library to make DOS games with DJGPP.

Required:

  • GNU Make
  • DJGPP C (using GCC 12.1.0; other may work)
  • libmikmod

For DJGPP I recommend cross-compilation using build-djgpp.

How to use it:

  • set LIBMIKMOD_BASE env variable to your libmikmod sources
  • build the library with make
  • link your code with ubox and mikmod libraries (build libmikmod for DOS yourself)

Author

This was made by Juan J. Martinez.

The code is licensed MIT, see docs/uboxl.txt file.

When distributing your works made with this library, you need to include the files in the docs/ directory.

Visit the project website for updates.