README
author viric@llimona
Thu, 18 May 2006 23:05:01 +0200
changeset 0 04114bce8fd0
permissions -rw-r--r--
Initial from sourceforge's cvs.

= WHAT'S YAGL? =

yagl stands for Yet Another GUI Ledger. It's an accounting program.


= INSTALLATION =

To run the program, just follow these steps under a sh shell:

$ qmake
$ make

and then you'll get the final binary: "yagl", in this directory.


= DATABASE =

You need the database structure inside some kind of DBMS (MySQL for example).
The tables are inside sql/ directory from the root of yagl.


= REQUIREMENTS =

- QT Libs 3.1.2
- gnu make
- gcc