diff options
author | Ewan <edm22@hotmail.co.uk> | 2020-06-17 14:05:37 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-17 15:08:47 +0200 |
commit | 0609a851662d97af595ecf951bb303c3d203aec7 (patch) | |
tree | 41178609525de999523b41c5c06295fe325a87ab /Documentation/BuildInstructions.md | |
parent | 92eed962653e00b4155d406cdb83fd0a7e6d35a2 (diff) | |
download | serenity-0609a851662d97af595ecf951bb303c3d203aec7.zip |
Docs: Correct wording on CMake downloads
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index fd9a276778..61d91bea09 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -27,7 +27,7 @@ sudo apt-get install gcc-9 g++-9 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 900 --slave /usr/bin/g++ g++ /usr/bin/g++-9 ``` -Ensure your CMake version is >= 3.16 with `cmake --version`. If your package manager doesn't provide you with a suitable version you can download it directly from the [CMake website](https://cmake.org/download). +Ensure your CMake version is >= 3.16 with `cmake --version`. If your system doesn't provide a suitable version of CMake, you can download a binary release from the [CMake website](https://cmake.org/download). #### macOS prerequisites Make sure you have all the dependencies installed: |