mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-07 06:10:00 +03:00
2fff57825cdf9157f67c1f01c66cb0685cce1c66
* Add libgit2 libs + source * Set libgit2 dll as dependency of gitapi * Add libgit2 shared object * Add x11 git2 static lib * Add libgit2 binaries to demo project * Add windows binaries to demo project for git addon * Update gitignore to regard all demo files * Add windows addon binary to demo * Add git init
GDNative Based Git Plugin for Godot Version Control Editor Plugin
Build Instructions
Windows
- Open
build.batas text. - Edit the relative paths to the Godot binary and from the Godot binary directory to this repository's directory in line 1 and line 2.
- Run
build.bat. - Run
cd ..because the build file leaves you one level deeper in the repository. - Load the x64 command prompt:
x64 Native Tools Command Prompt for VS 2017. - Run
scons platform=windows
Linux
- Open
build.shas text. - Edit the relative paths to the Godot binary and from the Godot binary directory to this repository's directory in line 1 and line 2.
- Prepare script for execution:
chmod 755 build.sh - Run
. ./build.sh. - Run
cd ..because the build file leaves you one level deeper in the repository. - Run
scons platform=x11.
Languages
C++
61.8%
Python
35.7%
Shell
2.5%