docs: add libraries for arch and manjaro linux (#27196)
This commit is contained in:
parent
cc650ae4ee
commit
449c048ac6
1 changed files with 9 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue