Skip to content

Commit d5973fb

Browse files
Johannes Brakensiekdavidchisnall
authored andcommitted
Add INSTALL instruction to reflect that git submodules need to be checked out as well
1 parent 1594de7 commit d5973fb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

INSTALL

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ things that can be used by other programs that actually perform the building.
1414
I recommend that you use Ninja for building if you are compiling regularly, but
1515
these instructions will use Make to avoid the need for an extra dependency.
1616

17+
When checking out the code make sure you check out git submodules as well
18+
either by using
19+
20+
$ git checkout --recursive <URL>
21+
22+
or by getting submodules after checkout using
23+
24+
$ git submodule update --init
25+
1726
After checking out the code, build as follows:
1827

1928
$ mkdir Build

0 commit comments

Comments
 (0)