Skip to content

Commit

Permalink
docs: add xclip to required debian packages
Browse files Browse the repository at this point in the history
xclip is required for the clipboard functionality to work.
  • Loading branch information
replydev authored Oct 26, 2024
1 parent 41adfd1 commit 33b6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Before beginning check that you have the required build dependencies to use the

You need to install the **libxcb-devel** dependency, needed for clipboard coping in X11:

- Debian based: `sudo apt install libxcb1-dev libx11-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev`
- Debian based: `sudo apt install libxcb1-dev libx11-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev xclip`
- Fedora / RHEL based: `sudo dnf install libX11-devel`
- Void Linux `sudo xbps-install -S libxcb-devel`

Expand Down

0 comments on commit 33b6595

Please sign in to comment.