Changeset 5f3dba8 in opengl-game for README.txt
- Timestamp:
- Aug 12, 2019, 3:45:20 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- e1a7f5a
- Parents:
- 69dccfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r69dccfe r5f3dba8 56 56 57 57 Download GLM and copy the glm folder into /include 58 58 59 Download the SDL2 pre-built Windows binaries 59 60 - Copy the SDL2 include folder into /include and rename it SDL2 60 - Add the location of the lib/x64 folder to the VS2019 project properties under Linker/General/Addition Library DIrectories 61 - You can also just copy the contents of that folder to lib 62 - TODO: Figure out how to do static compilation with SDL2 61 - Copy the contents of lib/x64 to lib 62 63 Download the SDL_image Visual C++ development libraries from https://www.libsdl.org/projects/SDL_image/ 64 65 Download the SDL_ttf Visual C++ development libraries from https://www.libsdl.org/projects/SDL_ttf/ 66 67 TODO: Figure out how to do static compilation with SDL2 63 68 64 69 Download the vulkan sdk … … 82 87 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 83 88 84 brew install sdl2 (might need 'brew install sdl2 --HEAD') 89 brew install sdl2 90 brew install sdl2_image 91 brew install sdl2_ttf 85 92 86 93 make vulkangame && ./vulkangame
Note:
See TracChangeset
for help on using the changeset viewer.