Skip to content

Commit 680b1e9

Browse files
committed
Update mes package name
1 parent 3d57154 commit 680b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The most important components you'll need for developing Vulkan applications on
189189
Run these to confirm your machine supports Vulkan.
190190
* `sudo apt install libvulkan-dev` or `sudo dnf install vulkan-loader-devel` : Installs Vulkan loader.
191191
The loader looks up the functions in the driver at runtime, similarly to GLEW for OpenGL - if you're familiar with that.
192-
* `sudo apt install vulkan-validationlayers spirv-tools` or `sudo dnf install mesa-vulkan-devel vulkan-validation-layers-devel`: Installs the standard validation layers and required SPIR-V tools. These are crucial when debugging Vulkan applications, and we'll discuss them in the upcoming chapter.
192+
* `sudo apt install vulkan-validationlayers spirv-tools` or `sudo dnf install mesa-vulkan-drivers vulkan-validation-layers-devel`: Installs the standard validation layers and required SPIR-V tools. These are crucial when debugging Vulkan applications, and we'll discuss them in the upcoming chapter.
193193

194194
On Arch Linux, you can run `sudo pacman -S vulkan-devel` to install all the required tools above.
195195

0 commit comments

Comments
 (0)