Documentation: added note to prevent script failure in build section

This commit is contained in:
Ed Rochenski 2020-04-08 16:11:17 -04:00 committed by Andreas Kling
parent a06548eaf7
commit 932de565b1
Notes: sideshowbarker 2024-07-19 07:47:15 +09:00

View file

@ -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. When building with `make`, `gmake` must be used. The `makeall.sh` script will do this automatically when building on OpenBSD.
### Build ### 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. Go into the `Toolchain/` directory and run the **BuildIt.sh** script.
Once you've built the toolchain, go into the `Kernel/` directory, then run Once you've built the toolchain, go into the `Kernel/` directory, then run