mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 14:14:45 +03:00
Meta: Spread the ccache joy far and wide!
This commit is contained in:
parent
2584636d19
commit
24a51136fa
Notes:
sideshowbarker
2024-07-19 11:58:31 +09:00
Author: https://github.com/danboid Commit: https://github.com/SerenityOS/serenity/commit/24a51136fa9 Pull-request: https://github.com/SerenityOS/serenity/pull/603
@ -80,6 +80,8 @@ Once you've done both of those, go into the `Kernel/` directory, then run
|
||||
**./makeall.sh**, and if nothing breaks too much, take it for a spin by using
|
||||
**./run**.
|
||||
|
||||
You can vastly reduce the build time of successive rebuilds of Serenity by installing `ccache` and `export`ing ```PRE_CXX=ccache```
|
||||
|
||||
Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/INSTALL.md)
|
||||
|
||||
Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply rerun **./makeall.sh** in the `Kernel/` directory and you'll be good to **./run** again.
|
||||
|
Loading…
Reference in New Issue
Block a user