You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,10 @@ so formatting is done before your changes are submitted.
74
74
75
75
## Getting started
76
76
77
-
It's a bit similar to what it was for 3.x but also a bit different.
77
+
You need the same C++ pre-requisites installed that are required for the `godot` repository. Follow the [official build instructions for your target platform](https://docs.godotengine.org/en/latest/contributing/development/compiling/index.html#building-for-target-platforms).
78
+
79
+
Getting started with GDExtensions is a bit similar to what it was for 3.x but also a bit different.
80
+
78
81
This new approach is much more akin to how core Godot modules are structured.
79
82
80
83
Compiling this repository generates a static library to be linked with your shared lib,
0 commit comments