From 65a4f6b6ac17f52c3b77fcde89d24edc290bd2c0 Mon Sep 17 00:00:00 2001 From: Christian Stadelmann Date: Sat, 16 May 2015 01:38:53 +0200 Subject: [PATCH] doc/howto install: Fedora replaces yum with dnf According to the official change set [1] for Fedora 22 which will be released in some days [2] yum will be replaced by dnf. The syntax is basically the same (in these simple cases here it is exactly the same, tested with dnf). After that only Fedora 21 and 22 will be supported, both come with dnf shipped by default. [1] https://fedoraproject.org/wiki/Releases/22/ChangeSet#Replace_Yum_With_DNF [2] https://fedoraproject.org/wiki/Releases/22/Schedule?rd=Releases/22 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a79eed4633e..e4eff6eadae 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ sudo apt-get install curl freeglut3-dev \ On Fedora: ``` sh -sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \ +sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \ freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \ fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \ rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel