From f6123a1dbf14b46db1cf934a40ba8f8cab609af3 Mon Sep 17 00:00:00 2001
From: Florent <florent.gluck@hesge.ch>
Date: Fri, 28 Mar 2025 16:14:47 +0100
Subject: [PATCH] minor change to install.md

---
 docs/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install.md b/docs/install.md
index f14e309e..23ac8b2d 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -429,7 +429,7 @@ The `genpwd` tools, located in `PREFIX/nexus-server/bin/`, can be used to obtain
    ```
 1. Install the required dependencies:
    ```sh
-   sudo apt-get install -y meson ninja-build gtk+-3.0 libsystemd-dev
+   sudo apt-get install -y meson ninja-build gtk+-3.0 libxml2-dev libsystemd-dev
    ```
 1. Build remote-viewer (here in local directory `tmp`)
    ```sh
-- 
GitLab