Git Repository: https://github.com/zvelo/libstemmer

mkdir build
cd build
cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release \
      -D BUILD_SHARED_LIBS=ON \
      -D CMAKE_POLICY_VERSION_MINIMUM=3.5 ..
make
make install