Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 361 Bytes

File metadata and controls

16 lines (14 loc) · 361 Bytes

Installation

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