mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Documentation: Add how to update build to use SerenityOS-provided CMake
This commit is contained in:
parent
a91fc697bb
commit
f2253d11e5
Notes:
sideshowbarker
2024-07-17 02:12:41 +09:00
Author: https://github.com/tajmorton Commit: https://github.com/SerenityOS/serenity/commit/f2253d11e5 Pull-request: https://github.com/SerenityOS/serenity/pull/16754 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ If more patches are upstreamed to CMake, the minimum will be bumped again once t
|
|||
To accommodate distributions that do not ship bleeding-edge CMake versions, the build scripts will
|
||||
attempt to build CMake from source if the version on your path is older than 3.25.x.
|
||||
|
||||
If you have previously compiled SerenityOS with an older or distribution-provided version of CMake,
|
||||
you will need to manually remove the CMakeCache.txt files, as these files reference the older CMake version and path.
|
||||
```console
|
||||
rm Build/*/CMakeCache.txt
|
||||
```
|
||||
|
||||
|
||||
### Windows
|
||||
|
||||
If you're on Windows you can use WSL2 to build SerenityOS. Please have a look at the [Windows guide](BuildInstructionsWindows.md)
|
||||
|
|
Loading…
Reference in a new issue