diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-04-05 04:02:36 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-04-05 04:02:36 +0200 |
commit | fb6dc5350df99468c73ca5ea2cbe599f95cb26fc (patch) | |
tree | 95e3734f64b91396437f7bf8183d6498b4c2d4ff /Meta | |
parent | 89fc5de28dfabe1afabd6d9ccc134cbac61f20ac (diff) | |
download | serenity-fb6dc5350df99468c73ca5ea2cbe599f95cb26fc.zip |
Meta: Tweak build instructions.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/BuildInstructions.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Meta/BuildInstructions.md b/Meta/BuildInstructions.md index 4cfb94407b..0146768bf1 100644 --- a/Meta/BuildInstructions.md +++ b/Meta/BuildInstructions.md @@ -1,6 +1,8 @@ # Building the Serenity operating system -Here's a quick guide to building the i686-pc-serenity toolchain. I keep my toolchain in /opt/cross (so /opt/cross/bin needs to be in $PATH) and my Serenity sources are in /home/andreas/src/serenity +Let's start with a quick guide to building the i686-pc-serenity toolchain. + +I keep my toolchain in /opt/cross (so /opt/cross/bin needs to be in $PATH) and my Serenity sources are in /home/andreas/src/serenity You need to adjust these so they fit your system. |