Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 521 Bytes

SDL2-Tutorial

Followed Twinklebear's SDL2 Tutorial.

Building

Used the MinGW toolchain. Makefile has not been changed much when compared to the tutorial. To build each lesson's output, simply run make with SRC= the source file that has to be compiled.

An example:

mingw32-make SRC=lesson1.cpp

Note: The directory structure is as follows:

/
- bin/
- include/
- lib/
-
...
*other resources and source files*