3 Generating Documentation With Doxygen
Fawn edited this page 2026-07-23 14:49:52 -06:00

Dependencies

Along with the usual dependencies for building LMMS you will also need Doxygen.

Generating the Documentation

Assuming you've already cloned the source code, run the following command to configure CMake for the documentation:

cmake -B doc/build -S doc

Then run the following command to build the documentation:

cmake --build doc/build --target doc

Documentation will be generated in lmms/doc/build/doc/.