Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.08k stars 513 forks source link

Dev env: fix #189; setting up Vulkan on Linux needs updates #198

Closed abnercoimbre closed 3 years ago

abnercoimbre commented 3 years ago

Updates to Linux instructions based on Overv's request:

  1. GLFW is now installed from a standard package.

  2. Install standard Vulkan packages that are more up-to-date than the LunarG SDK. This gives us Ubuntu 20.04 support.

  3. Update Makefile instructions to reflect the above changes.

Overv commented 3 years ago

Very nice, thanks!