Lammps work with ffs

Hi, everyone! I want the lammps work with forward flux sampling, and i find a ffs package on Github. However, it need know the path of lammps to find include/library.h and lib/liblmp.a. Where can i find it? And if you have other good idea that lammps can work with ffs, it would be better. Thanks!

This software package appears to be using the “Library interface” of LAMMPS. More about that is in the manual at:

From the few pieces of information you provide, it seems the package expects you to compile LAMMPS as a library using CMake and then do a “make install”. See: 3.4. Basic build options — LAMMPS documentation