Parent Directories
Directory etrack
Welcome!
--------
This directory contains ETRACK, a simple package to track
expenses: query, add, delete, update. You can use ETRACK
from Emacs or from the command-line.
Installation
------------
Generic instructions are provided in file INSTALL.
For the impatient:
./configure
make
make install
The "make install" step populates these dirs with these files:
${bindir} -- etrack
${infodir} -- etrack.info
${datadir}/etrack -- etrack-be
etrack.el
example.etrack.conf
NEWS
${datadir}/emacs/site-lisp -- etrack.el
Use "./configure --help" for info on how to change the default values
of ${bindir}, ${infodir} and ${datadir}, which are typically
/usr/local/bin, /usr/local/info and /usr/local/share, respectively.
Dependencies
------------
ETRACK requires the following packages,
either the specified version or later.
- PostgreSQL 7.4
- Emacs 22 (default front-end, possible to use w/o)
- Guile 1.4.1.125
- Guile-PG 0.33
- ttn-do 398
Troubleshooting
---------------
Send bug reports to <ttn@gnuvola.org>.