about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsimonLeary42 <71396965+simonLeary42@users.noreply.github.com>2024-07-09 15:23:59 -0400
committerGitHub <noreply@github.com>2024-07-09 15:23:59 -0400
commitdfac6fa5c6b0ca99002f08e99b30c462b72f861d (patch)
tree007b29046f95fbcb8b1445736a057df0f68469f5
parent9dcaa7f92cf3ed0a9d2e93824025243533bb5541 (diff)
downloadrust-dfac6fa5c6b0ca99002f08e99b30c462b72f861d.tar.gz
rust-dfac6fa5c6b0ca99002f08e99b30c462b72f861d.zip
cmake version is from LLVM, link to LLVM docs
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9619ec2ce5c..1c2cecf8ef9 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -48,7 +48,7 @@ If building LLVM from source, you'll need additional tools:
   [LLVM's documentation](https://llvm.org/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
+* `cmake` version listed on [LLVM's documentation](https://llvm.org/docs/GettingStarted.html#software)
 * `libstdc++-static` may be required on some Linux distributions such as Fedora
   and Ubuntu