Basic Installation
==================

Until I get round to creating a proper configure script for the installation, please follow through these steps to run the program. If one step doesn't work, only then move on to the next:

1) Run the provided binary with the command './LET'

2) cd to this directory and type 'make' to use the provided Makefile.

3) With the Qt libraries installed, type 'qmake -project' and 'qmake LET.pro' followed by 'make'.

4) Edit the Makefile manually before making.