mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
parent
24c0aae34e
commit
83df654904
1 changed files with 4 additions and 2 deletions
|
@ -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
|
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
|
**./makeall.sh**, and if nothing breaks too much, take it for a spin by using
|
||||||
**./run**.
|
**./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
|
## IRC
|
||||||
|
|
||||||
Come chat in `#serenityos` on the Freenode IRC network.
|
Come chat in `#serenityos` on the Freenode IRC network.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue