ReadMe: Add build/run instructions from "old" wiki
Saves having to go hunting for them
This commit is contained in:
parent
ac2a3b65bb
commit
dcf490ecab
Notes:
sideshowbarker
2024-07-19 14:08:05 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/dcf490ecab4 Pull-request: https://github.com/SerenityOS/serenity/pull/38 Reviewed-by: https://github.com/awesomekling
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ There's also a [Patreon](https://www.patreon.com/serenityos) if you would like t
|
|||
|
||||
Go into the Toolchain/ directory and run the **BuildIt.sh** script. Then source the **UseIt.sh** script to put the i686-pc-serenity toolchain in your $PATH.
|
||||
|
||||
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**.
|
||||
|
||||
Otherwise, see the older [step-by-step guide to building Serenity](https://github.com/awesomekling/serenity/blob/master/Meta/BuildInstructions.md)
|
||||
|
||||
## IRC
|
||||
|
|
Loading…
Add table
Reference in a new issue