Merge pull request #2678 from vHanda/master
Linux Build Instructions: Add list of packages for fedora
This commit is contained in:
		
				commit
				
					
						f8d40a88fb
					
				
			
		
					 1 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue