Skip to content

Commit 936559d

Browse files
committed
update installation instructions to include libxrandr-dev dependency
1 parent 98065f1 commit 936559d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Update apt
1818
run: sudo apt update
1919
- name: Install Dependencies
20-
run: sudo apt install xserver-xorg xinit x11-xserver-utils x11-xkb-utils xorg pkg-config libx11-dev libxinerama-dev
20+
run: sudo apt install xserver-xorg xinit x11-xserver-utils x11-xkb-utils xorg pkg-config libx11-dev libxinerama-dev libxrandr-dev
2121
- name: Build
2222
run: cargo build --release --verbose
2323
- name: Upload artifacts

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ https://github.com/user-attachments/assets/cb0c99de-f742-4768-86b3-7a5043a1eec7
3232
Debian based systems:
3333

3434
```bash
35-
sudo apt install xserver-xorg xinit x11-xserver-utils x11-xkb-utils xorg pkg-config libx11-dev libxinerama-dev
35+
sudo apt install xserver-xorg xinit x11-xserver-utils x11-xkb-utils xorg pkg-config libx11-dev libxinerama-dev libxrandr-dev
3636
```
3737

3838
Arch based systems:
3939

4040
```bash
41-
sudo pacman -S xorg-server xorg-xinit xorg-setxkbmap xorg-xsetroot
41+
sudo pacman -S xorg-server xorg-xinit xorg-setxkbmap xorg-xsetroot libxrandr
4242
```
4343

4444
2. Install Binary

0 commit comments

Comments
 (0)