mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Add dependencies for Fedora systems
This commit is contained in:
		@@ -105,11 +105,17 @@ Compiling on GNU/Linux:
 | 
			
		||||
Install dependencies. Here's an example for Debian/Ubuntu:
 | 
			
		||||
$ sudo apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev
 | 
			
		||||
 | 
			
		||||
For Fedora users:
 | 
			
		||||
$ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal* libvorbis* libXxf86vm-devel libogg-devel freetype-devel mesa-libGL-devel zlib-devel jsoncpp-devel irrlicht-devel bzip2-libs gmp-devel sqlite-devel luajit-devel leveldb-devel ncurses-devel doxygen spatialindex-dev bzip2-dev
 | 
			
		||||
 | 
			
		||||
You can install git for easily keeping your copy up to date.
 | 
			
		||||
If you dont want git, read below on how to get the source without git.
 | 
			
		||||
This is an example for installing git on Debian/Ubuntu:
 | 
			
		||||
$ sudo apt-get install git-core
 | 
			
		||||
 | 
			
		||||
For Fedora users:
 | 
			
		||||
$ sudo dnf install git-core
 | 
			
		||||
 | 
			
		||||
Download source (this is the URL to the latest of source repository, which might not work at all times) using git:
 | 
			
		||||
$ git clone --depth 1 https://github.com/minetest/minetest.git
 | 
			
		||||
$ cd minetest
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user