PREV | START | NEXT |
http://rpmfind.net/linux/RPM/sourceforge/lifelines-3.0.36-1.htmland 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
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