Skip to content

Commit

Permalink
Merge pull request #1354 from nightblade9/patch-1
Browse files Browse the repository at this point in the history
Update README.md with basic pre-requisites
  • Loading branch information
akien-mga authored Jan 11, 2024
2 parents 6452936 + ee169b2 commit 0ddef6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/latest/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,
Expand Down

0 comments on commit 0ddef6e

Please sign in to comment.