Skip to content

Commit

Permalink
Update LLVM in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Nov 25, 2024
1 parent 8eadf02 commit a1bd2a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a1bd2a7

Please sign in to comment.