Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.07 KB

linux.md

File metadata and controls

43 lines (29 loc) · 1.07 KB

Linux distribution specific dependencies

ArchLinux/Garuda Linux

Make sure to have at least one AUR helper installed.

You can get the AUR helper aura, paru or any other AUR helper of your liking (see link above).

To build franz, from the AUR (ArchLinux User Repository) :

$ sudo aura -Axc franz

or

$ paru -S franz

If any issue happens during the build, comment on the AUR package webpage first, do not open an issue on GitHub unless you were told to do so explicitly.

You can also install a binary already built of franz to avoid having installing any of its dependencies, franz-bin.

$ sudo aura -Axc franz-bin

or

$ sudo paru -Axc franz-bin

Debian/Ubuntu

$ apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev

Fedora

$ dnf install libX11-devel libXext-devel libXScrnSaver-devel libxkbfile-devel