From ea43d6b258c2911dfe5f4f08a74f2cfde62658f6 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 27 Aug 2022 06:24:54 +0200 Subject: [PATCH] typo --- src/building/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/building/prerequisites.md b/src/building/prerequisites.md index 947e49c5..0783e82e 100644 --- a/src/building/prerequisites.md +++ b/src/building/prerequisites.md @@ -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 +* `g++`, `clang++`, or MSVC with versions listed on [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