Build from source
Summary
This page provides guidance to build Katalog from source.
Development environment for current version = Qt only
- Available on any platform (Linux, Windows, Apple)
- Install Qt: https://www.qt.io/download
- Select the Qt 6.6 kit, and the installation should include the IDE QtCreator.
- Katalog is using the .pro file and qmake (not cmake).
- When opening the .pro file, configure the project by selecting the Qt 6.6 kit.
- then just hit Run to try to build and run the program