mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Docs: Spell CMake correctly in BuildInstructions
This commit is contained in:
parent
9abafa2d1c
commit
92eed96265
Notes:
sideshowbarker
2024-07-19 05:36:03 +09:00
Author: https://github.com/projectgoav Commit: https://github.com/SerenityOS/serenity/commit/92eed962653 Pull-request: https://github.com/SerenityOS/serenity/pull/2566 Reviewed-by: https://github.com/bugaevc ✅
1 changed files with 1 additions and 1 deletions
|
@ -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 package manager doesn't provide you with a suitable version you can download it directly from the [CMake website](https://cmake.org/download).
|
||||
|
||||
#### macOS prerequisites
|
||||
Make sure you have all the dependencies installed:
|
||||
|
|
Loading…
Reference in a new issue