Changeset ab65f84 in opengl-game for README.txt
- Timestamp:
- Jul 2, 2019, 5:16:02 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- b6127d2
- Parents:
- 826df16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.txt
r826df16 rab65f84 46 46 47 47 48 Vulkan Instructions 48 -------------------- 49 VULKAN INSTRUCTIOS 49 50 -------------------- 50 51 52 Windows 53 -------- 54 55 ??? 56 51 57 Linux: 58 -------- 52 59 53 Download the Vulkan SDK from ... 60 sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev 54 61 55 -Compile GLFW3 from source 56 (cmake . && make && sudo make install) 62 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 57 63 58 -sudo apt-get install libxcb1-dev xorg-dev libsdl2-dev libglm-dev 64 make vulkcangame && ./vulkangame 59 65 60 66 OSX 67 -------- 61 68 62 Download the vulkan sdk 69 brew install sdl2 (might need 'brew install sdl2 --HEAD') 63 70 64 Theoretically, installing sdl using "brew install sdl2 --HEAD" should give me the one with VUlkan support 71 Download the vulkan sdk (make sure VULKAN_SDK_PATH in the makefile points to it) 72 73 make vulkcangame && ./vulkangame
Note:
See TracChangeset
for help on using the changeset viewer.