From 0bda85fdc2cbf39bbdb08d9e018803426ad9f714 Mon Sep 17 00:00:00 2001 From: DHrpcs3 Date: Fri, 7 Jul 2023 00:47:00 +0300 Subject: [PATCH] Update readme.md glsllang also required for building --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ef91a0fe4..020062e90 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ If you want to contribute as a developer, please contact us in the Discord. http 1. Install dependencies for Debian-like distributions - `sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools` + `sudo apt install build-essential cmake libunwind-dev libglfw3-dev libvulkan-dev vulkan-validationlayers-dev spirv-tools glslang-tools` 2. Building `mkdir -p build && cd build && cmake .. && cmake --build .`