Warning, /pim/kdepim-runtime/README.md is written in an unsupported language. File is not indexed.

0001 <!--
0002 SPDX-FileCopyrightText: 2023 Tobias Fella <tobias.fella@kde.org>
0003 SPDX-License-Identifier: CC0-1.0
0004 -->
0005 
0006 # KDE PIM Runtime
0007 
0008 This repository contains runtime components for Akonadi. This includes the resources Akonadi uses to fetch data from various services.
0009 
0010 ## Building
0011 
0012 ```
0013 cmake -B build .
0014 cmake --build build
0015 cmake --install build
0016 ```
0017 
0018 To build kdepim-runtime and all required KDE dependencies, use [kdesrc-build](https://invent.kde.org/sdk/kdesrc-build).
0019 
0020 ## Getting in touch
0021 
0022 You can reach the KDE PIM developers on in the [#kontact:kde.org](https://matrix.to/#/#kontact:kde.org) matrix room, in the #kontact room on libera.chat or on the kde-pim@kde.org mailing list.