CuteGit
CuteGit it's based on Qt framework Graphical User Interface with advanced functionality for Git SCM
Build for windows
For building and run CuteGit on Windows, you need:
Instruction:
- Check correct install cmake(system path for python, ...Qt\5.7\mingw53_32\bin, ...Qt\Tools\mingw530_32\bin)
- Create new folder in libgit2 library directory folder(example: build)
- Open "build" folder in command line and input follow commands:
#cmake .. -G "MinGW Makefiles"
#cmake --build .
- Built file libgit2.dll copy to "lib" folder in root directory CuteGit, if the folder doesn't exist, then create a new one.
- Copy "include" folder from libgit2 library to root directory CuteGit.
- Build CuteGit.