diff --git a/README.md b/README.md index 040c2adf1..053dd0e20 100644 --- a/README.md +++ b/README.md @@ -420,8 +420,8 @@ Irrespectively of the OS, you will need the following software in order to build - The newest **CMake**. - **git** to clone the respository and later generate version information. - [**ninja**](https://ninja-build.org/) to carry out the build. -- [LLVM](https://releases.llvm.org/) toolchain version 15. - - For Windows, you can use [this installer](https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/LLVM-15.0.7-win64.exe), or a newer one. +- [LLVM](https://releases.llvm.org/) toolchain version 17.0.6. + - For Windows, you can use [this installer](https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/LLVM-17.0.6-win64.exe), or a newer one. - For Linux, use your distro-specific package. Make sure to install ```libc++```, ```libc++abi``` and ```lld``` as well. - For MacOS, the version that comes pre-installed with **Xcode** is good enough. - [OpenSSL](https://www.openssl.org/) needed by the auto-updater to download latest game binaries over HTTPS.