- Timestamp:
- Mar 17, 2021, 12:50:49 AM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- aa7e5f0
- Parents:
- 85b5fec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/README.txt
r85b5fec r7865c5b 90 90 91 91 Actually, I think now this should work, after following the online instructions for installing Vulkan: 92 sudo apt-get install libglm-dev libsdl2-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-ttf-dev 92 sudo apt-get install vulkan-sdk libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libglm-dev 93 (Follow the instructions at https://vulkan.lunarg.com/sdk/home#linux to add the latest Vulkan SDK version to apt-get) 94 (Verify that installing libvulkan-1 is not required) 93 95 94 96 make vulkangame && ./vulkangame
Note:
See TracChangeset
for help on using the changeset viewer.