From 4d2b9bbcb70b1efc456e7a554242dbcdeb91534a Mon Sep 17 00:00:00 2001 From: Bruce Forstall Date: Fri, 29 May 2020 11:09:05 -0700 Subject: [PATCH] Fix Linux requirements document (#37145) Update linux-requirements.md Fix copy/paste error, update wording related to LLVM APT feed. --- docs/workflow/requirements/linux-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/requirements/linux-requirements.md b/docs/workflow/requirements/linux-requirements.md index 6f13897..fb4f662 100644 --- a/docs/workflow/requirements/linux-requirements.md +++ b/docs/workflow/requirements/linux-requirements.md @@ -62,7 +62,7 @@ Minimum RAM required to build is 1GB. The build is known to fail on 512 MB VMs ( Toolchain Setup --------------- -Building the repo requires CMake 3.14.2 or newer on Linux. Add Kitware's APT feed to your configuration for a newer version of CMake. See their instructions at . Also, add LLVM/s APT feed to your configuration for a newer version of CMake. See their instructions as . +Building the repo requires CMake 3.14.2 or newer on Linux. Add Kitware's APT feed to your configuration for a newer version of CMake. See their instructions at . You may need to add LLVM's APT feed to your configuration to obtain the required version of clang/LLVM. See their instructions at . Install the following packages for the toolchain: -- 2.7.4