From 1340c91c9377b382b935285695fbea7bd36bab02 Mon Sep 17 00:00:00 2001 From: morgan-atproperties <91989944+morgan-atproperties@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:58:05 -0500 Subject: [PATCH 1/2] Update Ubuntu requirements in README.md Fixes #676. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6edd959..ca0adeb2 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ apt-get --no-install-recommends -yqq install \ xclip ``` -* For Debian (testing/experimental) and Ubuntu >= 18.04 +* For Debian (testing/experimental) and Ubuntu >= 18.04 and < 22.04 ``` apt-get --no-install-recommends -yqq install \ @@ -112,6 +112,24 @@ apt-get --no-install-recommends -yqq install \ xclip ``` +* For Ubuntu >= 22.04 + +``` +apt-get --no-install-recommends -yqq install \ + bash-completion \ + build-essential \ + cmake \ + libcurl4 \ + libcurl4-openssl-dev \ + libssl-dev \ + libxml2 \ + libxml2-dev \ + libssl3 \ + pkg-config \ + ca-certificates \ + xclip +``` + #### Gentoo * Install the package: From 769c4bf3d0a2fe542bbe6d5d43a2e7e0b8c114d2 Mon Sep 17 00:00:00 2001 From: morgan-atproperties <91989944+morgan-atproperties@users.noreply.github.com> Date: Mon, 19 Aug 2024 17:00:25 -0500 Subject: [PATCH 2/2] Clarify description of Ubuntu requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca0adeb2..3f9da610 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ apt-get --no-install-recommends -yqq install \ xclip ``` -* For Debian (testing/experimental) and Ubuntu >= 18.04 and < 22.04 +* For Debian (testing/experimental), Ubuntu >= 18.04 and < 22.04 ``` apt-get --no-install-recommends -yqq install \