- Updated README dependencies
This commit is contained in:
@@ -160,7 +160,7 @@ If you wish to build for Windows *and* Linux, your options are WSL or Dual Boot.
|
||||
|
||||
On Debian-based distributions, you can install dependencies using the following command:
|
||||
```shell
|
||||
sudo apt install build-essential cmake ninja-build libglew-dev valgrind
|
||||
sudo apt install build-essential cmake ninja-build valgrind libvulkan-volk-dev vulkan-validationlayers
|
||||
git submodule update --force --init --recursive --remote
|
||||
```
|
||||
|
||||
@@ -174,7 +174,7 @@ sudo apt install doxygen graphviz
|
||||
|
||||
On Arch-based distributions, you can install dependencies using the following command:
|
||||
```shell
|
||||
sudo pacman -S base-devel cmake ninja glew valgrind
|
||||
sudo pacman -S base-devel cmake ninja valgrind vulkan-devel
|
||||
git submodule update --force --init --recursive --remote
|
||||
```
|
||||
|
||||
@@ -188,7 +188,7 @@ sudo pacman -S doxygen graphviz
|
||||
|
||||
On Fedora-based distributions, you can install dependencies using the following command:
|
||||
```shell
|
||||
sudo dnf install build-essential g++ cmake ninja-build glew-devel valgrind
|
||||
sudo dnf install build-essential g++ cmake ninja-build valgrind vulkan-volk-devel vulkan-validation-layers
|
||||
git submodule update --force --init --recursive --remote
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user