Q I just started QHacc, what do I need to do now?
A Unlike some accounting programs, QHacc does not automatically
start with a ready-made setup. If you just unpacked QHacc, a complete
and operational setup is available in the qhacc/contrib/easysetup
directory. The easiest way to get started is to copy this directory
somewhere, say /home/ryan/.qhacc, and start QHacc with the -f
option. The steps are simple:
- cp -r qhacc/contrib/easysetup /home/ryan/.qhacc
- qhacc -f /home/ryan/.qhacc
Obviously, you should really try to use your own login name instead of
mine.
If you don't like using the -f option, you can alternately set a
QHACC_HOME environment variable in your shell. If you use any of the
bourne-like shells, then type
export QHACC_HOME=/home/ryan/.qhacc
If you're a csh person, the command might look something like
setenv QHACC_HOME /home/ryan/.qhacc