From e84a1f9c2326867ba3453fb5914310e633e5ee14 Mon Sep 17 00:00:00 2001 From: silverweed Date: Tue, 9 Jun 2026 08:57:35 +0200 Subject: [PATCH] update note for debian dependencies --- install/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/dependencies.md b/install/dependencies.md index 34f0530c..1bc81f1c 100644 --- a/install/dependencies.md +++ b/install/dependencies.md @@ -141,7 +141,7 @@ Some more context: * **qtwebengine5-dev:** required for **qt5web** component * **r-base:** needed for R bindings. In addition R packages **Rcpp** and **RInside** need to be installed. -On Debian, substitute `libmysqlclient-dev` with `libmariadb-dev`. +**NOTE**: On Debian (>=13), substitute `libmysqlclient-dev` with `libmariadb-dev` and `libpcre3-dev` with `libpcre2-dev`. ## openSUSE