What you need

This is a list of what you'll need to compile and run the example programs. The C compiler I will use is DJGPP, because it's free, runs in protected mode, and is generally easy to use. It's the compiler used to write Quake, if you're not convinced. If you want to use another compiler, you only have to modify a few lines. Your computer only needs to be a 386, so hardware requirements are'nt high. That's about it, really.

Go to the DJGPP homepage to download.

Back to the main page