summaryrefslogtreecommitdiff
path: root/docs/markdown/GuiTutorial.md
AgeCommit message (Collapse)Author
2024-01-15Add a note for Windows users to GuiTutorial.mdizimuth
When compiling on Windows using MSVC, you also need to link the SDL2main.lib file. I've added a note to the GuiTutorial.md file to mention this.
2022-10-23Fix typos in docsElliott Sales de Andrade
2022-08-16docs: fix various references to "meson builddir"Eli Schwartz
This is wrong, it should use "meson setup builddir".
2021-11-02Add tutorial for building an SDL app from scratch.Jussi Pakkanen