
1. Building on Linux:

  Usually, building QLcrash boils down to something like:

  	./configure
	make
	su -c "make install"

  For a generic description of configure, see the file INSTALL.
  There are some QLcrash - specific options of configure:

  	--with-regex

	Enables use of Unix regex functions instead of
	QT's QRegExp.


	--with-qt-dir=...
	--with-qt-includes=...
	--with-qt-libraries=...

	Provides setting of non-standard QT installation.

2. Building on Windows:

  Prerequisites:
    - QT 2.3 for Windows
    - Microsoft Visual C++ V6.0

  Just open win32/qlcrash.dsw in Visual Studio and perform a batch
  build of everything.

  There is no installation procedure, because we use Nullsofts cute
  Install System "NSIS" here for creating installers.

  The Scripts for creating an installer are in the subdirectory
  win32/install. For these to work, you need NSIS version 1.94 or
  later. You can get it at http://www.nullsoft.com/free/nsis

