Skip to content

Commit 12f97db

Browse files
authored
Add git submodule command to developer guide
Per @shauheen
1 parent 8a8baaf commit 12f97db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/project-docs/developer-guide.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ build -?
2525

2626
**Examples**
2727

28+
- Initialize the repo to make build possible (if the build fails because it can't find `mf.cpp` then perhaps you missed this step)
29+
30+
```
31+
git submodule update --init
32+
```
33+
2834
- Building in release mode for platform x64
2935
```
3036
build.cmd -Release -TargetArchitecture:x64
@@ -58,4 +64,5 @@ One can build in Debug or Release mode from the root by doing `build.cmd -Releas
5864

5965
### Building other Architectures
6066

61-
We only support 64-bit binaries right now.
67+
We only support 64-bit binaries right now.
68+

0 commit comments

Comments
 (0)