forked from tibirna/qgit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README_WIN.txt
33 lines (19 loc) · 1002 Bytes
/
README_WIN.txt
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 <[email protected]>
specifying [QGit] in your mail subject