Add a 'install' target to the Makefile. Update the README
[hgct.git] / README
blob273d08e9d39e976a5ff99ef3587d8904d92d312b
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.
14 Any comments, suggestions and/or bug reports regarding gct are greatly
15 appreciated.
17     Fredrik Kuivinen, <freku045@student.liu.se>
20 Requirements
21 ------------
23 * Python, http://www.python.org
24 * Qt version 3.*, http://www.trolltech.com/products/qt/index.html
25 * PyQt, http://www.riverbankcomputing.co.uk/pyqt/
26 * Git a fairly recent snapshot,
27   http://www.kernel.org/pub/software/scm/git/ and
28   rsync://rsync.kernel.org/pub/scm/git/git.git
30 Gct has been developed with Python 2.3, Qt 3.3.4, PyQt 2.13. Other,
31 fairly recent versions, do also hopefully work.
34 Installation
35 ------------
37 The commands
39     make
40     make install
42 should be enough to install the executable 'gct' in ~/bin.