-
Notifications
You must be signed in to change notification settings - Fork 30
Development Notes
Claude edited this page Aug 15, 2026
·
7 revisions
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:
- 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
devscriptsfolder 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.
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.
- Download from GitHub
- Download from Google Drive
- Installation on Windows
- Installation on Linux
- Installation on macOS
- First Run / Setup Wizard