We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594de7 commit d5973fbCopy full SHA for d5973fb
1 file changed
INSTALL
@@ -14,6 +14,15 @@ things that can be used by other programs that actually perform the building.
14
I recommend that you use Ninja for building if you are compiling regularly, but
15
these instructions will use Make to avoid the need for an extra dependency.
16
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
26
After checking out the code, build as follows:
27
28
$ mkdir Build
0 commit comments