Commit from pr 294

Signed-off-by: Miro Palmu <miro.palmu@helsinki.fi>
This commit is contained in:
Miro Palmu 2022-09-10 22:58:14 +03:00
parent d52b3d41b8
commit 604f8849a0

View file

@ -12,16 +12,15 @@ git clone --branch 3.2 https://github.com/godotengine/godot-cpp
cd godot-cpp
```
Then we can get all the subomdules
Then we can get all the submodules
```
git submodule sync
```
and we build the bindings
And we build the bindings
```
scons -j16 platform=linuxbsd target=debug
```