Skip to content
Snippets Groups Projects
Commit 86382e0e authored by Robert Jones's avatar Robert Jones Committed by GitHub
Browse files

Fix CMAKE instructions

Submodules must be present prior to running cmake.
parent 948baa00
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,7 @@ To build the binaries and get a Debian package: ...@@ -52,6 +52,7 @@ To build the binaries and get a Debian package:
```bash ```bash
$ make submodules # Fetches submodule git repositories
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake .. $ cmake ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment