Implements the proxy end-points for the EditorVCSInterface API in the Godot Engine Editor. Uses libgit2 at its backend to simulate Git in code.
- Plugin binary releases for Linux & Windows are here: https://github.com/godotengine/godot-git-plugin/releases
- Installation instructions are here: https://github.com/godotengine/godot-git-plugin/wiki
Replace
ReleasewithDebugfor a debug build.
- Load the x64 command prompt:
x64 Native Tools Command Prompt for VS 20XX. - Run
build_libs.bat Release. - Run
scons platform=windows target=release
- Prepare script for execution:
chmod 755 build_libs.sh - Run
. ./build_libs.sh Release. - Run
scons platform=x11 target=release.