Wiki page osx-start changed with summary [We now have fresh homebrew packages :-)] by Jean Guyomarc'h

This commit is contained in:
Jean Guyomarc'h 2016-10-09 05:28:51 -07:00 committed by apache
parent 68fab0a082
commit 920ec69120
1 changed files with 17 additions and 23 deletions

View File

@ -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;