From 9a9dcde45ea9ce292281b2a9b3de51a7d4b95b26 Mon Sep 17 00:00:00 2001 From: ovari123 <ovari123@zoho.com> Date: Sun, 26 Jan 2025 05:14:09 -0400 Subject: [PATCH] build/dependencies.md: cleanup Change-Id: I3e3a34c116d251bd173232614a99193635723826 --- build/dependencies.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/build/dependencies.md b/build/dependencies.md index 79c7f071..ae9dd0be 100644 --- a/build/dependencies.md +++ b/build/dependencies.md @@ -6,7 +6,6 @@ The dependencies and how to install them on some systems are outlined below. [//]: # (TODO: Distinguish between build time and runtime dependencies?) [//]: # (TODO: Provide separate instructions for dnf and zypper?) - ## jami-daemon Building the Jami daemon requires the following tools and libraries: @@ -95,9 +94,10 @@ If there are any issues with missing dependencies, please check: ## jami-client-qt -> ***Note:*** -> For complete instructions on how to build the Qt Desktop client, -> please refer to the [INSTALL.md](https://git.jami.net/savoirfairelinux/jami-client-qt/-/blob/master/INSTALL.md) file. +```{seealso} +For complete instructions on how to build the Qt Desktop client, +please refer to the [INSTALL.md](https://git.jami.net/savoirfairelinux/jami-client-qt/-/blob/master/INSTALL.md) file. +``` Building the Jami client requires the following tools and libraries: @@ -122,7 +122,6 @@ To install this package providing the Qt 6 dependencies on a supported distribut 1. Add the respective [dl.jami.net](https://dl.jami.net/) repository by following the instructions on the [Download Jami for GNU/Linux](https://jami.net/download-jami-linux) webpage; and 2. Install the package using the Terminal command `sudo apt-get install libqt-jami` (for dpkg/Debian-based GNU/Linux distributions) or `sudo dnf install jami-libqt` (for RPM-based GNU/Linux distributions). - On dpkg/Debian-based GNU/Linux distributions (such as Debian, Trisquel, Ubuntu, and Linux Mint), the packages can be installed with `apt-get` or `apt` as follows: @@ -167,8 +166,9 @@ To install the optional Qt WebEngine packages: sudo dnf install qt6-qtwebengine-devel ``` -> ***Note:*** -> The easiest approach would be to install the libqt-jami or jami-libqt package on your supported dpkg/Debian-based or RPM-based GNU/Linux distribution, respectively. -> This would ensure that: -> * All the required Qt 6 dependencies are fetched; and -> * The application is as similar as possible at what is being built and tested. +```{note} +The easiest approach would be to install the libqt-jami or jami-libqt package on your supported dpkg/Debian-based or RPM-based GNU/Linux distribution, respectively. +This would ensure that: +* All the required Qt 6 dependencies are fetched; and +* The application is as similar as possible at what is being built and tested. +``` \ No newline at end of file -- GitLab