From b2b2ac52a1c499a1773b3d4dbe1131257789b8f5 Mon Sep 17 00:00:00 2001 From: Robert Setter Date: Mon, 17 Oct 2022 23:38:55 -0500 Subject: [PATCH] docs: Update README build deps info for Linux (#8313) * Updating Linux build deps * escaping characters in updated Linux deps * formatting * formatting * Update README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bad2b5546..ee45c5c46 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,29 @@ You must also have Java installed, and available on your PATH as `java`. ### Desktop -If you are building for a Linux platform, make sure that the GTK 3 development packages are -installed on your system. (Ubuntu: `libgtk-3-dev`, Fedora: `gtk3-devel`) +If you are building for a Linux platform, the following are typical dependencies: +#### Ubuntu + +* Java (openJDK 11 will suffice) +* libgtk-3-dev +* libssl-dev +* libasound2-dev +* \*gobject\* +* libxcb\* +* cmake +* g++ + +#### Fedora + +* java-latest-openjdk +* gtk3-devel +* openssl1.1-devel +* alsa-lib-devel +* \*gobject\* +* libxcb-devel +* cmake +* g++ + Use the following command to build and run the desktop app: