mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Revert "Meta: Restore instructions to create build directory for CMake"
This reverts commit 83137f76de
.
This commit is contained in:
parent
7d8bfe4f3a
commit
59c3b3b702
1 changed files with 4 additions and 7 deletions
|
@ -80,15 +80,12 @@ $ cd Toolchain
|
||||||
$ ./BuildIt.sh
|
$ ./BuildIt.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you've built the toolchain, create a directory for the build to live in (for example, `Build/`), and run the CMake build:
|
Building the toolchain will also automatically create a `Build/` directory for the build to live in, and build cmake inside that directory.
|
||||||
```bash
|
|
||||||
cd ..
|
|
||||||
mkdir Build && cd Build
|
|
||||||
cmake ..
|
|
||||||
```
|
|
||||||
|
|
||||||
Once the toolchain and cmake have been built, run the `make` and `make install` commands:
|
Once the toolchain and cmake have been built, go into the `Build/` directory and run the `make` and `make install` commands:
|
||||||
```bash
|
```bash
|
||||||
|
$ cd ..
|
||||||
|
$ cd Build
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue