mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:17:35 +00:00
Documentation: Update build path in BuildInstructions.md
Build/ is now /Build/i686/. No need to mention other targets just yet.
This commit is contained in:
parent
07f25ca6be
commit
d0427b610c
1 changed files with 4 additions and 4 deletions
|
@ -181,13 +181,13 @@ $ cd Toolchain
|
||||||
$ ./BuildIt.sh
|
$ ./BuildIt.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Building the toolchain will also automatically create a `Build/` directory for the build to live in.
|
Building the toolchain will also automatically create a `Build/i686/` directory for the build to live in.
|
||||||
|
|
||||||
Once the toolchain has been built, go into the `Build/` directory and run the commands. Note that while `ninja` seems to be faster, you can also just use GNU make, by omitting `-G Ninja` and calling `make` instead of `ninja`:
|
Once the toolchain has been built, go into the `Build/i686/` directory and run the commands. Note that while `ninja` seems to be faster, you can also just use GNU make, by omitting `-G Ninja` and calling `make` instead of `ninja`:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ cd ../Build
|
$ cd ../Build/i686
|
||||||
$ cmake .. -G Ninja
|
$ cmake ../.. -G Ninja
|
||||||
$ ninja install
|
$ ninja install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue