Update INSTALL

This commit is contained in:
Dave Davenport 2016-03-05 13:36:18 +01:00
parent 3f1e7820c9
commit d59b9595b1
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ make install
## Install a checkout from git
Pull in dependencies
```
git submodule update --init
```
Generate build system:
```