Changeset 7865c5b in opengl-game for docs/README.txt


Ignore:
Timestamp:
Mar 17, 2021, 12:50:49 AM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
aa7e5f0
Parents:
85b5fec
Message:

Rename surface to vulkanSurface and add an initializer list to the VulkanGame constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/README.txt

    r85b5fec r7865c5b  
    9090
    9191Actually, 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
     92sudo 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)
    9395
    9496make vulkangame && ./vulkangame
Note: See TracChangeset for help on using the changeset viewer.