WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ae333354385dfc4406676e7ae6b249e74720ea73
commit ae333354385dfc4406676e7ae6b249e74720ea73 Author: Philippe Jean Guillaumie <[email protected]> Date: Tue Jan 17 23:52:31 2017 -0800 Wiki page fedora-start changed with summary [] by Philippe Jean Guillaumie --- pages/distros/fedora-start.txt | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/pages/distros/fedora-start.txt b/pages/distros/fedora-start.txt index 7b55d8d..5e26c04 100644 --- a/pages/distros/fedora-start.txt +++ b/pages/distros/fedora-start.txt @@ -7,35 +7,8 @@ sudo dnf install enlightenment terminology </code> -For Fedora 21 run the following command as root: - -<code bash> -cd /etc/yum.repos.d/ -wget http://download.opensuse.org/repositories/X11:Enlightenment:Factory/Fedora_21/X11:Enlightenment:Factory.repo -</code> - -For Fedora 20 run the following command as root: - -<code bash> -cd /etc/yum.repos.d/ -wget http://download.opensuse.org/repositories/X11:Enlightenment:Factory/Fedora_20/X11:Enlightenment:Factory.repo -</code> - -To install enlightenment 0.17 and terminology: - -<code bash> -yum install e17 -yum install terminology -</code> - -If you only want to install EFL: - -<code bash> -yum install efl -</code> - ==== Compiling from source ==== -**Fedora 25**, required and recommended packages: + Satisfying dependencies under **Fedora 25** (and recommended packages): <code bash> sudo dnf install automake bluez-libs-devel ccache check-devel curl-devel \ dbus-devel doxygen fontconfig-devel freetype-devel fribidi-devel gcc gcc-c++ \ --
