- Updated README dependencies

This commit is contained in:
2026-01-02 15:55:31 -05:00
parent 7c2f89b331
commit 6c78ecbeb1

View File

@@ -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
```