Oups, we have to remove the possible symlink before we run buildMain.py
[hgct.git] / README
blobe8388756f4f745873eae8259a5ad5226a5823e20
1 Git Commit Tool - GCT
2 =====================
5 Introduction
6 ------------
8 Git Commit Tool or gct is a simple GUI enabled Git Commit Tool. It
9 allows the user to select which files should be committed, write
10 commit messages and perform the commit. It also has some support for
11 controlling the synchronisation of the Git cache and the working
12 directory.
15 Requirements
16 ------------
18 * Python, http://www.python.org
19 * Qt version 3.*, http://www.trolltech.com/products/qt/index.html
20 * PyQt, http://www.riverbankcomputing.co.uk/pyqt/
21 * Git a fairly recent snapshot, http://www.kernel.org/pub/software/scm/git/ and
22   rsync://rsync.kernel.org/pub/scm/git/git.git
24 GCT has been developed with Python 2.3, Qt 3.3.4, PyQt 2.13. Other,
25 fairly recent versions, do also hopefully work.
29 Any comments/suggestions regarding gct are greatly appreciated.
31 Fredrik Kuivinen, <freku045@student.liu.se>