GNULEDGER DEVELOPMENT VERSION INSTALL:       				February 11, 2002
--------------------------------------

Required: 

	* MySQL
	* Perl modules from CPAN:
		+ Number::Format
		+ DBI
		+ DBD::mysql
		+ Math::Currency
		+ Math::FixedPrecision
	* Perl 5.00+
	* Apache
	* Linux/BSD/most UNIX flavors
          or
        * Windows NT, 2000, or XP Professional.


To install (under Linux/UNIX):

	Make sure MySQL and Apache are installed and setup correctly. This means that http://[servername]/cgi-bin
	should execute ok, and that the MySQL daemon is running.

	Untar and install the perl modules. Generally the procedure is perl Makefile.PL, make, make test (optional), and
	make install.

	If that's all good and well, run the ./install script to setup GnuLedger.

To run:

	Fire up your favorite browser (the HTML has been tested with QNX's Voyager, Mozilla 0.9.1, and MSIE > 4.0) and go to
	http://[servername]/[cgi-bin directory]/GnuLedger.
	
To help:

	If you run into a bug, please submit a bug report on the GnuLedger project site
	(http://www.sourceforge.net/projects/webaccountant). We will take care of them as soon as we can.

	If you need help, or some part of the installation is unclear, please file a support request on the
	GnuLedger project website.

	If you have any suggestions, please file a feature request on the GnuLedger project site.







	You support and feedback is greatly appreciated! Thanks!

			-- GnuLedger development team.

	
