We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1dac7e9 + 228c0d4 commit 86bf7d0Copy full SHA for 86bf7d0
1 file changed
README.md
@@ -38,3 +38,14 @@ The Khronos XML API Registry, exposed as byte string constants.
38
[build-dependencies]
39
khronos_api = "1.0.0"
40
```
41
+
42
+## Compiling from source
43
44
+`khronos_api` uses a git submodule. You will need to initialize it before building:
45
46
+```sh
47
+git submodule update --init
48
+```
49
50
+A batch cargo script is provided at `bin/cargo`. [See the script](https://github.com/bjz/gl-rs/blob/master/bin/cargo)
51
+for some example usages.
0 commit comments