mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
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
This commit is contained in:
parent
e04d9c32a9
commit
65a4f6b6ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue