docs: add libraries for arch and manjaro linux (#27196)

This commit is contained in:
Mark Wylde 2021-01-07 16:41:08 +10:00 committed by GitHub
parent cc650ae4ee
commit 449c048ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,15 @@ $ sudo dnf install clang dbus-devel gtk3-devel libnotify-devel \
nss-devel python-dbusmock openjdk-8-jre nss-devel python-dbusmock openjdk-8-jre
``` ```
On Arch Linux / Manjaro, install the following libraries:
```sh
$ sudo pacman -Syu base-devel clang libdbus gtk2 libnotify \
libgnome-keyring alsa-lib libcap libcups libxtst \
libxss nss gcc-multilib curl gperf bison \
python2 python-dbusmock jdk8-openjdk
```
Other distributions may offer similar packages for installation via package Other distributions may offer similar packages for installation via package
managers such as pacman. Or one can compile from source code. managers such as pacman. Or one can compile from source code.