Skip to content

Commit

Permalink
Documentation: Update BuildInstructions.md
Browse files Browse the repository at this point in the history
Add missing `cmake ..' line before compiling with make
  • Loading branch information
sahumada authored and awesomekling committed Aug 25, 2020
1 parent f86c074 commit 647f3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 647f3b8

Please sign in to comment.