Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 27, 2022
1 parent 39fa4db commit ea43d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/building/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

* `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)
* `ninja`, or GNU `make` 3.81 or later (ninja is recommended, especially on Windows)
* `cmake` 3.13.4 or later
Expand Down

0 comments on commit ea43d6b

Please sign in to comment.