From 6c78ecbeb13db6455f7bf4bcb41926ad906e3fb1 Mon Sep 17 00:00:00 2001 From: Medusa Slockbower Date: Fri, 2 Jan 2026 15:55:31 -0500 Subject: [PATCH] - Updated README dependencies --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65ca483..441a63f 100644 --- a/README.md +++ b/README.md @@ -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 ```