mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Documentation: Update BuildInstructions.md
Add missing `cmake ..' line before compiling with make
This commit is contained in:
parent
f86c074be8
commit
647f3b87bd
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ Once the toolchain and cmake have been built, go into the `Build/` directory and
|
||||||
```bash
|
```bash
|
||||||
$ cd ..
|
$ cd ..
|
||||||
$ cd Build
|
$ cd Build
|
||||||
|
$ cmake ..
|
||||||
$ make
|
$ make
|
||||||
$ make install
|
$ make install
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue