Test-installations and test-runs

We give some hints on various ways to debug the Lire code. One can make a test-install by extracting a tarball and running e.g.

$  ./configure --prefix=$HOME/local && make && make install
$ PATH=$HOME/local/bin:$PATH; export PATH
$ MANPATH=$HOME/local/share/man; export MANPATH
          

One can do a test-run by executing:

$ echo 'some bug-triggering log line' | lr_log2report -o xml <converter> > /tmp/report.xml
$ lr_xml2report -o txt /tmp/report.xml > /tmp/report.txt
$ $HOME/local/libexec/lire/convertors/combined2dlf < /tmp/combined.log > /tmp/dlf