This commit is contained in:
Tshepang Mbambo 2022-08-27 06:24:54 +02:00
parent 39fa4dbe24
commit ea43d6b258
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Before building the compiler, you need the following things installed:
If building LLVM from source (the default), you'll need additional tools: If building LLVM from source (the default), you'll need additional tools:
* `g++`, `clang++`, or MSVC with version listed on <!-- date-check: Aug 2022 --> * `g++`, `clang++`, or MSVC with versions listed on <!-- date-check: Aug 2022 -->
[LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library) [LLVM's documentation](https://releases.llvm.org/13.0.0/docs/GettingStarted.html#host-c-toolchain-both-compiler-and-standard-library)
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows) * `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
* `cmake` 3.13.4 or later * `cmake` 3.13.4 or later