From 440e7ab77924cb7259e95c6770a64b102a8289b0 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Sun, 21 Sep 2014 16:07:48 +0200 Subject: [PATCH] README: Extend Linux compiling section for Fedora --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index 6857c6e49..ea502585a 100644 --- a/README.txt +++ b/README.txt @@ -104,6 +104,8 @@ Compiling on GNU/Linux: Install dependencies. Here's an example for Debian/Ubuntu: $ apt-get install build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev +For Fedora that is: +$ yum install bzip2-devel openal-soft-devel irrlicht-devel cmake Download source, extract (this is the URL to the latest of source repository, which might not work at all times): $ wget https://github.com/minetest/minetest/tarball/master -O master.tar.gz