From c1489ce44398967eaf7516904607cb68ca6ba220 Mon Sep 17 00:00:00 2001 From: Maverick JS Date: Wed, 11 Sep 2013 23:40:35 +0800 Subject: [PATCH] added dependencies example for RedHat/Fedora/CentOS. --- README.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.txt b/README.txt index e949f4e..21cc06b 100644 --- a/README.txt +++ b/README.txt @@ -65,6 +65,9 @@ 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 +Here's an example for RedHat/Fedora/CentOS: +$ yum install irrlicht-devel bzip2-devel libpng-devel libjpeg-turbo-devel libXxf86vm-devel mesa-libglapi libsqlite3x-devel + Download source, extract (this is the URL to the latest of source repository, which might not work at all times): $ wget https://github.com/celeron55/minetest/tarball/master -O master.tar.gz $ tar xf master.tar.gz