Overv / VulkanTutorial

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

Change Fedora packages' names #302

Closed magalilemes closed 2 years ago

magalilemes commented 2 years ago

On Fedora, the packages should be libXi-devel and libXxf86vm-devel, instead of libXi and libXxf86vm. Otherwise, by following the tutorial, we might get errors such as:

/usr/bin/ld: cannot find -lXxf86vm
collect2: error: ld returned 1 exit status
make: *** [Makefile:5: VulkanTest] Error 1
Overv commented 2 years ago

Thanks!