LibPrf can be installed using:
git clone https://github.com/DionLab/libprf.git
WARNING: libprf MUST be installed in the same directory prior to installing RepeatDetector
Once the repository has been cloned, enter the directory (i.e. libprf) and perform the following commands:
mkdir build
cd build
cmake ../
make
make install