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
commit 647f3b87bd
Notes: sideshowbarker 2024-07-19 03:12:02 +09:00

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
```