Linux Build Instructions: Add list of packages for fedora

This commit is contained in:
Vishesh Handa 2015-09-01 16:01:44 +02:00
parent 0cb20c48f6
commit 17cc43152d

View file

@ -20,8 +20,16 @@ $ sudo apt-get install build-essential clang libdbus-1-dev libgtk2.0-dev \
libxss1 libnss3-dev gcc-multilib g++-multilib
```
On Fedora, install the following libraries:
```bash
$ sudo yum install clang dbus-devel gtk2-devel libnotify-devel libgnome-keyring-devel \
xorg-x11-server-utils libcap-devel cups-devel libXtst-devel \
alsa-lib-devel libXrandr-devel GConf2-devel nss-devel
```
Other distributions may offer similar packages for installation via package
managers such as yum. Or one can compile from source code.
managers such as pacman. Or one can compile from source code.
## If You Use Virtual Machines For Building