settings.py is a module now, make sure we "compile" it.
[hgct.git] / README
blob43fac569bd1a906a37e3e859214df2497fb59300
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 between 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 and PyQt 2.13. Other
31 fairly recent versions may or may not work.
34 Installation
35 ------------
37 The commands
39     make
40     make install
42 should be enough to install the executable 'gct' in ~/bin.