[Fedora] script to install minetest from git

Post Reply
User avatar
zak1975
Member
Posts: 19
Joined: Sat Apr 25, 2015 17:59
GitHub: zak1975
IRC: zak1975
In-game: zak1975
Location: Germany

[Fedora] script to install minetest from git

by zak1975 » Post

This script does the same as the 1-line script from Calinou, but contains the package names from Fedora repositories.
Tested on Fedora 29 Workstation with Gnome.

Code: Select all

sudo dnf install git gcc-c++ make cmake irrlicht-devel libcurl-devel openal-soft-devel libvorbis-devel libsq3-devel bzip2-devel freetype-devel ncurses-devel luajit-devel doxygen

cd
git clone https://github.com/minetest/minetest.git
cd minetest/games
git clone https://github.com/minetest/minetest_game.git
cd ..
cmake . -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1
make -j$(nproc)

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests