mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: added note to prevent script failure in build section
This commit is contained in:
parent
a06548eaf7
commit
932de565b1
Notes:
sideshowbarker
2024-07-19 07:47:15 +09:00
Author: https://github.com/edrochenski 🔰 Commit: https://github.com/SerenityOS/serenity/commit/932de565b1d Pull-request: https://github.com/SerenityOS/serenity/pull/1705
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ pkg_add bash gmp gcc git flock gmake sudo
|
|||
When building with `make`, `gmake` must be used. The `makeall.sh` script will do this automatically when building on OpenBSD.
|
||||
|
||||
### Build
|
||||
> Before starting, make sure that you have configured your global identity for git, or the first script will fail after running for a bit.
|
||||
|
||||
Go into the `Toolchain/` directory and run the **BuildIt.sh** script.
|
||||
|
||||
Once you've built the toolchain, go into the `Kernel/` directory, then run
|
||||
|
|
Loading…
Reference in a new issue