Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add dependencies for Fedora systems
- Loading branch information
Showing
with
6 additions
and
0 deletions.
-
+6
−0
README.txt
|
@@ -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 |
|
|