
The very quick install guide
----------------------------

> mkdir build && cd build
build> cmake ..                  <--- cmake step
build> make
build> sudo make install
Password:

The cmake step can be repeated with options to set cache variables, like
build> cmake .. -DCMAKE_INSTALL_PREFIX=/usr


For detailed up-to-date installation instructions, please see
https://klatexformula.sourceforge.io/doc/install

