Compare commits

...

2 Commits

Author SHA1 Message Date
nightblade9 968ed1f606
Merge 6d4ddaf9a4 into dd62b9685f 2024-01-08 16:33:38 +00:00
nightblade9 6d4ddaf9a4 Update README.md with basic pre-requisites 2024-01-08 11:33:32 -05:00
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@ so formatting is done before your changes are submitted.
## Getting started
It's a bit similar to what it was for 3.x but also a bit different.
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/stable/contributing/development/compiling/index.html#building-for-target-platforms).
Getting started with GDExtensions is a bit similar to what it was for 3.x but also a bit different.
This new approach is much more akin to how core Godot modules are structured.
Compiling this repository generates a static library to be linked with your shared lib,