mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
vulkan-utils -> vulkan-tools package naming fix (#2448)
There is no `vulkan-utils` package in current Ubuntu repos. But there used to be one in ubuntu 20.04, which was a compatibility alias for the `vulkan-tools` package that is still around. So I guess you meant `vulkan-tools`?
This commit is contained in:
parent
b64846e7a4
commit
e194406ae7
@ -195,7 +195,7 @@ Use your package manager to install the required dev-tools and Vulkan drivers
|
||||
|
||||
For example on ubuntu:
|
||||
```
|
||||
sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-utils
|
||||
sudo apt-get install build-essential git python cmake libvulkan-dev vulkan-tools
|
||||
```
|
||||
On arch based system
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user