From bf25a1c86eaf08e97a383163f6e028e10c90d58d Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Tue, 24 Mar 2026 16:52:33 +0100 Subject: [PATCH] update Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5ae1e7225..0d3fabeb0 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ If you wan't to build with Crash handler, you need to install the following tool - curl dev (for C development headers) (ex: `sudo apt install libcurl4-openssl-dev`) - httplib2 v0.22.0 (use `pip install httplib2==0.22.0` or `pip3 install httplib2==0.22.0`) +### From Linphone 6.2 using native notifications, you will need KNotifications (https://api.kde.org/knotifications-index.html) : +- KNotifications needs : + - extra-cmake-modules + - KConfig from KDE + - Canberra + - if you activate BUILD_PYTHON_BIDINGS : Shiboken (can be deactivate for this project) + ### Set your environment 1. Make sure you have all your build dependencies installed