From 83df6549047e0afdac14ca4aec6b52c90a0a9f36 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 1 Jul 2019 14:30:06 +0200 Subject: [PATCH] Meta: Add note about rebuilding after pulling new changes. Fixes #260. --- ReadMe.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1057431102b043..0bf42ed4832811 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -59,12 +59,14 @@ Make sure you have all the dependencies installed: sudo apt install libmpfr-dev libmpc-dev libgmp-dev e2fsprogs qemu-system-i386 qemu-utils ``` -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. +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 +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**. +Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply rerun **./makeall.sh** in the `Kernel/` directory and you'll be good to **./run** again. + ## IRC Come chat in `#serenityos` on the Freenode IRC network.