Skip to content
Thomas Foster edited this page Mar 22, 2021 · 8 revisions

Welcome to the LibDOS wiki!

How to Build

To build a LibDOS program you must link with the LibDOS library and the SDL2 library:

cc main.c -ldos -lSDL2

This assumes libdos.a is in the system library location (/usr/local/lib).

Header Files

Clone this wiki locally