Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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), 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 \
Copy link
Author

@morgan-atproperties morgan-atproperties Aug 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the noteworthy change. libssl1.1 is no longer supported, but the tool builds fine with libssl3.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified on 'Ubuntu 24.04'

pkg-config \
ca-certificates \
xclip
```

#### Gentoo
* Install the package:

Expand Down