From 2aac46efcc167a6f1d42ffa428d47dc040113b03 Mon Sep 17 00:00:00 2001 From: dio-gh <10439488+dio-gh@users.noreply.github.com> Date: Fri, 27 Mar 2020 08:34:13 +0100 Subject: [PATCH] Update building instructions (#7872) * Update building instructions Makes the link for the prebuilt LLVM point to the `_mt` version now, since the previous one will fail to compile on latest. * Update glslang link Replaces the outdated not-shady-at-all link with the new, shiny and correct one. * Fixing a 'the' Fixes a 'the'. Co-authored-by: Ani --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 28820d5f99..6a0a77f09f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -110,9 +110,9 @@ git submodule update --init Open `rpcs3.sln`. The recommended build configuration is `Release - LLVM` for all purposes. -You may want to download precompiled [LLVM libs](https://github.com/RPCS3/llvm-mirror/releases/download/custom-build-win/llvmlibs.7z) and extract to root rpcs3 folder (which contains `rpcs3.sln`), as well as download and extract [additional libs](https://drive.google.com/uc?export=download&id=1A2eOMmCO714i0U7J0qI4aEMKnuWl8l_R) 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/llvmlibs_mt.7z) and extract them to the root rpcs3 folder (which contains `rpcs3.sln`), 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). -If you're not using precompiled libs, build the projects in *__BUILD_BEFORE* folder: right-click on every project > *Build*. +If you're not using the precompiled libs, build the projects in *__BUILD_BEFORE* folder: right-click on every project > *Build*. `Build > Build Solution`