We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8baaf commit 12f97dbCopy full SHA for 12f97db
docs/project-docs/developer-guide.md
@@ -25,6 +25,12 @@ build -?
25
26
**Examples**
27
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
34
- Building in release mode for platform x64
35
```
36
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
58
64
59
65
### Building other Architectures
60
66
61
-We only support 64-bit binaries right now.
67
+We only support 64-bit binaries right now.
68
0 commit comments