Skip to content
Claude edited this page Aug 15, 2026 · 7 revisions

Development Notes

This page is the entry point for anyone who wants to build KLog from source or contribute code. Pick your platform for detailed setup steps:

General notes

  • KLog is built with CMake and Qt6 (a qmake-based build was used historically; CMake is the current supported build system — see the per-OS pages).
  • Source: github.com/ea4k/klog.
  • Devscripts used for packaging (e.g. win64-create-package.bat) live under the devscripts folder of the repository.
  • If you have suggestions to improve the developer setup or these instructions, please let us know — see Troubleshooting for how to get in touch.

Contributing

Patches may be submitted by forking the KLog repository, making your changes, and opening a pull request.

KLog includes tests under the tests folder; new functionality should include appropriate tests before it is released.

See License for licensing and translation contributions.

Clone this wiki locally