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

Documentation: Update BuildInstructions.md

Add missing `cmake ..' line before compiling with make
This commit is contained in:
Sergio Ahumada 2020-08-24 18:27:19 +02:00 committed by Andreas Kling
parent f86c074be8
commit 647f3b87bd

View file

@ -84,6 +84,7 @@ Once the toolchain and cmake have been built, go into the `Build/` directory and
```bash
$ cd ..
$ cd Build
$ cmake ..
$ make
$ make install
```