Changeset 1c6cd5e in opengl-game for README.txt
- Timestamp:
- Jul 10, 2019, 3:10:26 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- f286a10
- Parents:
- b3671b5
- git-author:
- Dmitry Portnoy <dmp1488@…> (07/10/19 02:58:59)
- git-committer:
- Dmitry Portnoy <dmp1488@…> (07/10/19 03:10:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
rb3671b5 r1c6cd5e 53 53 -------- 54 54 55 ??? 55 Create an include directory inside the opengl-game folder 56 57 Download GLM and copy the glm folder into /include 58 Download the SDL2 pre-built Windows binaries 59 - 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 62 Download the vulkan sdk 63 - Add the location of the Include folder to the VS2019 project properties under C/C++ -> General -> Addition Include DIrectories 64 - Add the location of the Lib folder to the VS2019 project properties under Linker -> General -> Addition Library DIrectories 56 65 57 66 Linux: 58 67 -------- 59 68 69 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 70 60 71 sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev 61 62 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it)63 72 64 73 source setup-env.sh into your current shell 65 74 66 make vulk cangame && ./vulkangame75 make vulkangame && ./vulkangame 67 76 68 77 OSX 69 78 -------- 70 79 80 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 81 71 82 brew install sdl2 (might need 'brew install sdl2 --HEAD') 72 83 73 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 74 75 make vulkcangame && ./vulkangame 84 make vulkangame && ./vulkangame
Note:
See TracChangeset
for help on using the changeset viewer.