Skip to content

Commit

Permalink
Update Ubuntu requirements in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
morgan-atproperties authored Aug 19, 2024
1 parent cba284e commit 1340c91
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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:

Expand Down

0 comments on commit 1340c91

Please sign in to comment.