From 9aeb4056441e93cc4d59c0df6068db593f6102e8 Mon Sep 17 00:00:00 2001 From: Andreas <andreas.hatziiliou@savoirfairelinux.com> Date: Thu, 19 Sep 2024 15:50:28 -0400 Subject: [PATCH] doc: update documentation regarding the install path of libqt on certain os Change-Id: I684ecb448479059be0a163c29ab8673f908f31a0 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 6a39cb6bf..6378e4195 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -14,7 +14,7 @@ So, you will need to get Qt 6.6 first. For this, there is 3 methods: ### Qt from our repo (recommended) If your distribution is supported, we provide a Qt package (libqt-jami) on our repo. -The files will be installed in `/usr/lib/libqt-jami`. +The files will be installed to `/usr/lib/libqt-jami` on Debian-like distributions. For RPM based distributions the files will be installed to `/usr/lib64/qt-jami`. #### Install libqt-jami, Ubuntu based -- GitLab