Overv / VulkanTutorial

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

Update development environment tutorial for Linux to indicate possibl… #353

Closed satchelfrost closed 11 months ago

satchelfrost commented 11 months ago

…e libraries which may need to be installed.

On a fresh install of Ubuntu 22.04, I found that two additional libraries needed to be installed which were not provided by any of the previous package install commands shown in the tutorial. libxxf86vm-dev and libxi-dev. It's possible that these are commonly co-installed with other packages, but I put the commands to install them just to be explicit.

Overv commented 11 months ago

Cool, thanks for your contribution

fake-rookie commented 11 months ago

I recommend JUST LIST all Libs of depencies.

OR

WRITE all package manager ways.

Cause not only Ubuntu one distribuition in Linux.