Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
warp-records authored Mar 7, 2021
1 parent 44adb9f commit 9f943d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ I'm not sure how I would include this properly into my github, but my game uses
SDL: https://www.libsdl.org/
ImGui: https://github.com/ocornut/imgui
ImGuiSDL: https://github.com/Tyyppi77/imgui_sdl

# Building
I didn't implement a proper makefile and just relied on a build script to build my code. To get the project to build, I changed the SDL include to SDL2/SDL. There may have been a few other includes I changed in header files to get it to build. Also, I used a custom font, and the program won't run without it. If you actually wnat to use this, either go looking for the font "futura medium bt" and put it in a folder called "fonts", or just remove it from the code on line 74 in main before building.

0 comments on commit 9f943d1

Please sign in to comment.