WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=ffc13a5968c6fe00ba3981e5874444661d738fdc
commit ffc13a5968c6fe00ba3981e5874444661d738fdc Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Thu Sep 1 12:43:45 2016 -0700 Wiki page osx-start changed with summary [libjpeg --> jpeg (jpeg is advised by homebrew, libjpeg being an alias)] by Jean Guyomarc'h --- pages/distros/osx-start.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt index 5b5710c..21e163a 100644 --- a/pages/distros/osx-start.txt +++ b/pages/distros/osx-start.txt @@ -53,7 +53,7 @@ If you want to have the very latest version of EFL, here is the procedure: ===== Dependancies with Homebrew ===== <code bash> -brew install autoconf automake libtool autoconf-archive gettext check pkg-config luajit libjpeg freetype fribidi fontconfig giflib libtiff glib dbus libsndfile bullet libspectre libraw librsvg poppler +brew install autoconf automake libtool autoconf-archive gettext check pkg-config luajit jpeg freetype fribidi fontconfig giflib libtiff glib dbus libsndfile bullet libspectre libraw librsvg poppler brew migrate dbus mkdir -p ~/Library/LaunchAgents ln -sfv /usr/local/opt/dbus/*.plist ~/Library/LaunchAgents --