ReadMe: Add build/run instructions from "old" wiki

Saves having to go hunting for them
This commit is contained in:
Robin Burchell 2019-05-15 20:45:54 +02:00 committed by Andreas Kling
parent ac2a3b65bb
commit dcf490ecab

View file

@ -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