Update README files

This commit is contained in:
Aaron Franke
2021-07-12 00:30:37 -04:00
parent d72a0104a3
commit 3ef34a63bc
13 changed files with 29 additions and 13 deletions

View File

@@ -1,5 +1,9 @@
# Instance binding demo using C
Language: [GDNative C](https://docs.godotengine.org/en/latest/tutorials/scripting/gdnative/index.html)
Renderer: GLES 2
Dependencies:
* You need [Godot headers](https://github.com/godotengine/godot-headers),
this is now a Git submodule of this repo.
@@ -14,7 +18,6 @@ scons platform=PLATFORM
Where PLATFORM is: `windows`, `linuxbsd`, or `macos`.
## Manually compiling
### Linux