File: README_WIN.txt

package info (click to toggle)
qgit 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,308 kB
  • ctags: 1,457
  • sloc: cpp: 11,987; sh: 18; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,002 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This is qgit.exe statically linked to Trolltech Qt4.3.3 for Windows Open source edition

PREREQUISITES

- You need msysgit (http://code.google.com/p/msysgit/) correctly installed


NOTES

- This version has NOT been tested with cygwin version of git

- In case qgit has problem to find correct msysgit files you should
  add mysysgit\bin directory to your PATH before to start qgit.
  But normally installer should had already take care of this for you.


WINDOWS DEVELOPER INFO

This version has been tested with Visual C++ 2008, there is a VC2008
solution and a project file for your convenience.

Please note, the FIRST TIME you need to generate a Makefile. To do this
the Qt qmake tool must be used. Open a console on the project directory
and type (qmake should be in PATH)

     qmake qgit.pro

That's all, now you can fire your VC2008 IDE, open the qgit solution
file and enjoy ;-)


Please report any problem to the Git Mailing List <git@vger.kernel.org>
specifying [QGit] in your mail subject