1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:27:35 +00:00

Build: get rid of UseIt.sh

The build system uses relative paths to the toolchain binaries, so
modifying $PATH is no longer necessary, and nothing needs
$SERENITY_ROOT anymore.
This commit is contained in:
joshua stein 2019-12-20 15:49:27 -06:00 committed by Andreas Kling
parent 23158aef2e
commit 73c953b674
5 changed files with 7 additions and 22 deletions

View file

@ -77,9 +77,9 @@ sudo apt-get install gcc-8 g++-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 800 --slave /usr/bin/g++ g++ /usr/bin/g++-8
```
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.
Once you've done both of those, go into the `Kernel/` directory, then run
Once you've built the toolchain, go into the `Kernel/` directory, then run
**./makeall.sh**, and if nothing breaks too much, take it for a spin by using
**./run**.