mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
Docs: Add comment about required cmake version
Toolchain/BuiltIt.sh expected a version of cmake which apt did not provide for my system. Added note of the expected version and where to find a newer version.
This commit is contained in:
parent
7e2cf4be4b
commit
6a567e1191
Notes:
sideshowbarker
2024-07-19 05:37:11 +09:00
Author: https://github.com/projectgoav 🔰 Commit: https://github.com/SerenityOS/serenity/commit/6a567e11915 Pull-request: https://github.com/SerenityOS/serenity/pull/2562
@ -27,6 +27,8 @@ 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).
|
||||
|
||||
#### macOS prerequisites
|
||||
Make sure you have all the dependencies installed:
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user