Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 648 Bytes

SDL2-Starter Linux

A SDL2 project template ready to be used with VSCode on Linux.

Pre-requisites

The project template comes with the links already setup pointing to the original location of the SDL2 and SLD2_image libraries on linux.

Building the application

This template uses as Makefile that was configured to build our application into the build/debug directory.

In order to build the application, type:

$ make

Running the application

In order to run the application, type:

$ ./build/debug/play

You should see the string "Hello SDL2!" being printed to the console output.

LICENSE

MIT