Twarit Waikar 2fff57825c Add libgit2 lib with source (#3)
* 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
2019-08-01 21:16:25 +05:30
2019-08-01 21:16:25 +05:30
2019-06-29 17:04:12 +05:30
2019-08-01 21:16:25 +05:30
2019-06-29 17:04:12 +05:30
2019-07-03 23:39:08 +05:30
2019-07-04 00:59:59 +05:30
2019-07-04 00:59:59 +05:30
2019-08-01 21:16:25 +05:30

GDNative Based Git Plugin for Godot Version Control Editor Plugin

Build Instructions

Windows

  1. Open build.bat as text.
  2. 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.
  3. Run build.bat.
  4. Run cd .. because the build file leaves you one level deeper in the repository.
  5. Load the x64 command prompt: x64 Native Tools Command Prompt for VS 2017.
  6. Run scons platform=windows

Linux

  1. Open build.sh as text.
  2. 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.
  3. Prepare script for execution: chmod 755 build.sh
  4. Run . ./build.sh.
  5. Run cd .. because the build file leaves you one level deeper in the repository.
  6. Run scons platform=x11.
Description
Git implementation of the VCS interface in Godot
Readme MIT 257 MiB
Languages
C++ 61.8%
Python 35.7%
Shell 2.5%