From cb2be8723a16f9fdb13582562cb630c945dcd0a7 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Fri, 30 Jun 2023 11:44:33 +0200 Subject: Support building for Godot 4.1 (new default). --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 458f399..676048c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ git submodule update --init --recursive ### Compiling the extension. -To build the GDExtension version of the plugin (Godot 4.0) run the following command from the `webrtc-native` folder: +To build the GDExtension version of the plugin (Godot 4.1+) run the following command from the `webrtc-native` folder: ``` $ scons platform= @@ -29,6 +29,12 @@ $ scons platform= This will build all the required dependencies into a single shared library. +To build the "legacy" GDExtension version of the plugin (Godot 4.0) run the following command instead: + +``` +$ scons platform= godot_version=4.0 +``` + To build the GDNative version of the plugin (Godot 3.x) run the following command instead: ``` -- cgit v1.2.3