Setup gdcef addon

This commit is contained in:
Marek S. Łukasiewicz 2025-02-20 10:54:05 +01:00
parent e21e7aadbc
commit 6d93630e50
3 changed files with 26 additions and 2 deletions

View file

@ -32,6 +32,7 @@ godot --dump-extension-api # after updating Godot
python update_mavlink.py # after updating MAVLink dialect
python update_addons.py # after changing any addon submodules
scons compile_commands # after modifying SConstruct
cd project/addons/gdcef; python build.py
```
### Windows setup