1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:17:34 +00:00

Meta: Rename BuildIt.sh to BuildGNU.sh

Bring it in line with `Toolchain/BuildClang.sh`.
This commit is contained in:
Jelle Raaijmakers 2023-06-12 10:23:56 +02:00 committed by Tim Flynn
parent 867e04768e
commit 5ff80b60cf
7 changed files with 13 additions and 13 deletions

View file

@ -24,7 +24,7 @@ After opening the `serenity` repository in CLion as a new project, the "`Open Pr
`Build Directory`: `Build/x86_64`
> _If you have not built the Toolchain at this point, please do so: `./Toolchain/BuildIt.sh`_
> _If you have not built the Toolchain at this point, please do so: `./Toolchain/BuildGNU.sh`_
> _If you have not built host tools from Lagom at this point, please do so: `./Meta/serenity.sh build` or `ninja -C Build/superbuild-x86_64` after running `cmake -GNinja -S Meta/CMake/Superbuild -B Build/superbuild-x86_64`_