README
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,26 @@
+= 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