README for dc-qt 0.1.2

To build, type
./configure
make
make install (as root)

The default installation directory is /usr/local/bin, it can be changed
by using the --prefix argument to configure.

Requirements:
Qt 3.2.x
Recent version of DCTC (http://ac2i.homelinux.com/dctc/).

This release has been tested with DCTC version 0.85.9 and Qt 3.3.0.

For news and info, see our project homepage at http://dc-qt.sourceforge.net.


CVS build instructions:
-----------------------
If you've checked out using anonymous cvs, run the following before ./configure:
make -f Makefile.dist

You can enable the nice debugmode by using ./configure --enable-debug


