mkdir build
cd build
cmake ..
make
The binary will be inside the build folder and the file list document is in the root of the project
./jaroWinklerKMeans -k 10 -f ../filelist.txt
The output files generated are stored in the outputs
folder and there are two output examples there already