Use DNF instead of Yum for Fedora

Yum has been deprecated in favor of DNF in the latest stable Fedora
version and is no longer part of the base system. For this reason, the
command to install dependencies on Fedora should be changed to DNF.
This commit is contained in:
Rastus Vernon 2015-06-18 03:26:06 -04:00
parent fa711b2bff
commit 506081af01

View File

@ -42,7 +42,7 @@ urbit depends on:
*note: http requests are not supported on either debian wheezy or jessie due to an ssl issue*
#### Fedora
sudo yum install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c
sudo dnf install gcc gcc-c++ git gmp-devel openssl-devel openssl ncurses-devel libsigsegv-devel ctags automake autoconf libtool ragel cmake re2c
#### AWS