PREV START NEXT

Getting Started

First go to
    http://rpmfind.net/linux/RPM/sourceforge/lifelines-3.0.36-1.html
and download the rpm file. Next, do the install
    rpm -i lifelines-3.0.36-1.i386.rpm
(Run "updatedb" and then "locate lifelines" to see where things ended up. :-) In particular note that

/usr/share/doc/lifelines-3.0.36/ll-userguide.pdf
gives you the user manual. For the programmers manual get ll-reportmanual.pdf

Finally, set up two environmental variables to make life easier. For example, edit .bashrc and add
LLPROGRAMS=/usr/local/share/lifelines/reports/
(where we get that location from that previous locate trip.) and lastly
LLREPORTS=/home/drw/llines/
(or whatever directory you will be working in) and
export LLPROGRAMS LLREPORTS