You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2024. It is now read-only.
Inside of the godot/ directory, run cp ../godot-module-applier/applier.py . to copy the applier.py script into the godot/ directory. Do the same for modules_file.txt
Inside of the godot/ directory, run python3 applier.py apply. This will pull in and apply all modules, third-party sources, and patches to Godot
Inside of the godot/ directory, run cp ../godot-build-scripts/build-* . to copy all build scripts into the godot/ directory
Inside of the godot/ directory, to build various versions of the editor do:
Editor: ./build-editor.sh
Release template: ./build-normal-template.sh
The compiled Godot binary will be available in the godot/ directory under the bin/ directory