From 04ef8b8de5539156e07b2dc00e8112fe8c84184d Mon Sep 17 00:00:00 2001 From: brian218 Date: Sat, 16 Dec 2023 20:28:39 +0800 Subject: [PATCH] Correct the link of glslanglibs_mt.7z in BUILDING.md according to #14870 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 76dbd3e508..f094efd5a2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -104,7 +104,7 @@ git submodule update --init Open `rpcs3.sln`. The recommended build configuration is `Release`. (On older revisions: `Release - LLVM`) -You may want to download the precompiled [LLVM libs](https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win-16.0.1/llvmlibs_mt.7z) and extract them to `3rdparty\llvm\`, as well as download and extract the [additional libs](https://github.com/RPCS3/glslang/releases/download/custom-build-win/glslanglibs_mt.7z) to `lib\%CONFIGURATION%-x64\` to speed up compilation time (unoptimised/debug libs are currently not available precompiled). +You may want to download the precompiled [LLVM libs](https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win-16.0.1/llvmlibs_mt.7z) and extract them to `3rdparty\llvm\`, as well as download and extract the [additional libs](https://github.com/RPCS3/glslang/releases/latest/download/glslanglibs_mt.7z) to `lib\%CONFIGURATION%-x64\` to speed up compilation time (unoptimised/debug libs are currently not available precompiled). If you're not using the precompiled libs, build the following projects in *__BUILD_BEFORE* folder by right-clicking on a project > *Build*.: * glslang