                                         _ _  _____         _   
                 _ __   __ _ /\ /\ _ __ (_) |___   \___ ___| |_ 
                | '_ \ / _` / / \ \ '_ \| | __|/ /\/ _ \ __| __|
                | |_) | (_| \ \_/ / | | | | |_/ / |  __\__ \ |_ 
                | .__/ \__, |\___/|_| |_|_|\__\/   \___|___/\__|
                |_|    |___/                                    


================================================================================
    How to install and launch the program
================================================================================

pgUnitTest requires at least a 1.5 (aka 5.0) Java Runtime Environment. JRE 1.6
(aka 6.0) is advised to improve character output in the console.
The last JRE can be retrieved heres:
    http://www.java.com/en/download/manual.jsp
    
Decompress the archive to a directory. Go to this directory with a console
and launch pgUnitTest via the command line:
    java -jar pgUnitTest.jar
    
See the FAQ and the tutorial for an explanation on the parameters.
You can also do a
    java -jar pgUnitTest.jar -h
For a quick introduction to pgUnitTest.

The tutorial is in help/tutorial/tutorial.pdf.
The FAQ is in help/faq/faq.pdf.

================================================================================
    Character sets
================================================================================

pgUnitTest is normally able to deal with every supported charset by the Java
Virtual Machine. The output is written in UTF-8 in order to be compatible with
most of the languages around the world.
An advice is to encode the source files in UTF-8 and to have a database with
the UTF-8 encoding.

================================================================================
    License
================================================================================

This program is released under the BSD License.
See LICENSE for more information.
