File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ install_macos: install_brew install_pip
17
17
install_apt :
18
18
@echo " Installing Solaar dependencies via apt"
19
19
sudo apt update
20
- sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository-1 .0-dev
20
+ sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository1 .0-dev
21
21
22
22
install_apt_python3.13 :
23
23
@echo " Installing Solaar dependencies via apt"
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ or `make install_dnf` or `make install_brew`.
42
42
These might not install all needed packages in older versions of your distribution.
43
43
Next, install the Solaar rule via ` make install_udev ` .
44
44
If you are using Wayland instead of X11 you may want to instead ` make install_udev_uinput `
45
- Finally, install Solaar via ` make install_pip ` or ` make install_pipx ` .
46
45
so that Solaar rules can simulate input in Wayland.
46
+ Finally, install Solaar via ` make install_pip ` or ` make install_pipx ` .
47
47
48
48
Parts of the installation process require sudo privileges so you may be asked for your password.
49
49
You can’t perform that action at this time.
0 commit comments