From 18ee46b1294d1bcd6314c295a1b4bc6a76fc8e03 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 20 May 2021 19:50:34 -0600 Subject: [PATCH] add libx11-dev to INSTALL instructions --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 3f44e16..78ca13a 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ Install Prerequisites been ported to Xerces 3. For Debian or Ubuntu, the required packages can be installed with the following -$ sudo apt install build-essential libxerces-c-dev wget +$ sudo apt install wget build-essential libx11-dev libxerces-c-dev 2. Run the following command -- 2.34.1