WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=920ec69120e49bdd543f0222f2cd5b7e12763f9a
commit 920ec69120e49bdd543f0222f2cd5b7e12763f9a Author: Jean Guyomarc'h <[email protected]> Date: Sun Oct 9 05:28:51 2016 -0700 Wiki page osx-start changed with summary [We now have fresh homebrew packages :-)] by Jean Guyomarc'h --- pages/distros/osx-start.txt | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt index 92814ed..1235150 100644 --- a/pages/distros/osx-start.txt +++ b/pages/distros/osx-start.txt @@ -10,7 +10,23 @@ The Enlightenment Foundation's projects mostly targets Linux platforms, therefor This document explains how to install the EFL which are key projects to install anything else made by the Enlightenment Foundation. -====== Setting up the environment ====== + +====== Mac OS X Homebrew Packages (for EFL USERS) ====== + +Homebrew is a package manager for Mac OS X. See at http://brew.sh how to install Homebrew if it isn't already installed. +Then, just execute: + +<code bash> +brew update # To make sure you have the latest versions +brew install efl # To install EFL +</code> + +And that's it! Enjoy your freshly distributed EFL :-). + + +====== Manual Installation (for EFL DEVELOPERS) ====== + +===== Setting up the environment ===== You need to have the OS X CLT (Command-Line Tools) first, then install the EFL dependancies. The easiest way is by using a package manager. [[http://brew.sh|Homebrew]] is assumed to be the package manager. @@ -22,28 +38,6 @@ To install the CTL, you should process as it follows: * download the latest version of Xcode on the Mac App Store; * run ''xcode-select --install'' in a terminal to install the CLT. -====== Mac OS X Homebrew Packages (not advised) ====== - -<note important> -Mac OS X packages are outdated. They might work, but you SHOULD instead consider manual installation since EFL on Mac OS X are still experimental. -</note> - -Since mid-April 2015, Leif Middelschulte provided Homebrew formulas for: - * EFL 1.14.y - * Elementary 1.14.y - * evas-generic-loaders 1.14.y - -See at http://brew.sh how to install Homebrew if it isn't already installed. -Then, just execute : - -<code bash> -brew update # Just to refresh homebrew -brew install efl # To install EFL -brew install elementary # To install Elementary -brew install evas-generic-loaders # To install evas-generic-loaders -</code> - -====== Manual Installation (recommanded) ====== If you want to have the very latest version of EFL, here is the procedure: * install the dependancies; --
