To run this command you have to use sudo. 
To be able to use the library libhot.so and libkria.so do this
make sure this part of the makefile points to where the libraries are
 -Wl,-rpath=../../../lib

if not you'll have to invoke the LD_LIBRARY_PATH to pass to sudo.
sudo LD_LIBRARY_PATH=../../../lib ./parserRL-app t.txt r.txt r1.txt
You can also copy the library files to /usr/lib

Use any files but try t.txt as the input file first
while r.txt and r1.txt are the result files.
The input file is read into memory so this program will not process
multi-gigabyte files. On the Kria it is suggested to keep the 
input file size to less than 100 megabytes. 
