From 190b40d879f678aa93affcce25567fc704a981ab Mon Sep 17 00:00:00 2001 From: Mahmoud Adel <94652220+AboMedoz@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:28:25 +0300 Subject: [PATCH] Update BUILDING.md (#82) * Update BUILDING.md ``` Package vulkan-validationlayers-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: vulkan-utility-libraries-dev ``` on Ubuntu 24 LTS installing ``` vulkan-utility-libraries-dev``` seems to fix the problem * removed vulkan-validationlayers * Update BUILDING.md --------- Co-authored-by: DHrpcs3 --- .github/BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/BUILDING.md b/.github/BUILDING.md index b1615e438..5197dd0ba 100644 --- a/.github/BUILDING.md +++ b/.github/BUILDING.md @@ -3,13 +3,13 @@ ### The dependencies for Debian-like distributions. ``` -sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev libsox-dev git libasound2-dev nasm g++-14 +sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev libsox-dev git libasound2-dev nasm g++-14 ``` ### The dependencies for Fedora distributions: ``` -sudo dnf install cmake libunwind-devel glfw-devel vulkan-devel vulkan-validation-layers-devel gcc-c++ gcc sox-devel alsa-lib-devel nasm +sudo dnf install cmake libunwind-devel glfw-devel vulkan-devel gcc-c++ gcc sox-devel alsa-lib-devel nasm ``` ### The dependencies for Arch distributions: