From 15d62f0200f509bb9365434a555396da5d32c823 Mon Sep 17 00:00:00 2001
From: pmagnier-slimani <page.magnier-slimani@savoirfairelinux.com>
Date: Mon, 10 Feb 2025 15:23:42 -0500
Subject: [PATCH] Documentation: Clarified the need for libqt-jami during
 compilation

This commit clarifies the need for the user to specify the path to libqt-jami
in the ./build.py --install call.

Change-Id: I89d512bae7d476e9e5cbf73cb5e05b8d00e842cf
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 7aaa94e8..07969e3e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -113,7 +113,7 @@ sudo ./build.py --dependencies
 Then, you can build daemon and the client using:
 
 ```bash
-./build.py --install
+./build.py --install [--qt=<path/to/qt> (this needs to be the same as in the previous ./build.py --init)]
 ```
 
 If you use a Qt version that is not system-wide installed, you need to
-- 
GitLab