Skip to content

Commit

Permalink
Commit from pr 294
Browse files Browse the repository at this point in the history
Signed-off-by: Miro Palmu <[email protected]>
  • Loading branch information
MiroPalmu committed Sep 10, 2022
1 parent d52b3d4 commit 604f884
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/godot_examples/gdnative_shared/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 604f884

Please sign in to comment.