Start project in Godot 4.4 beta3

This commit is contained in:
Marek S. Łukasiewicz 2025-02-12 15:46:23 +01:00
parent 8787bdd8f6
commit 046388a3eb
3 changed files with 40 additions and 2 deletions

View file

@ -12,7 +12,7 @@ git clone --recurse-submodules <address of this repository>
git submodule update --init --recursive
```
Using Godot v4.4.beta1.official [d33da79d3](https://github.com/godotengine/godot/commit/d33da79d3f8fe84be2521d25b9ba8e440cf25a88).
Using Godot v4.4 beta3 (expect it to change often until 4.4 is released)
Install SCons with `pipx install scons`.
You will need a C++ compiler, you might have one already on Linux, see below for Windows, otherwise in [Godot documentation](https://docs.godotengine.org/en/stable/contributing/development/compiling/index.html).
@ -29,9 +29,9 @@ Some files are generated, run the following commands on first setup and when dep
```sh
godot --dump-extension-api # after updating Godot
scons compile_commands # after modifying SConstruct
python update_mavlink.py # after updating MAVLink dialect
python update_addons.py # after changing any addon submodules
scons compile_commands # after modifying SConstruct
```
### Windows setup