WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=527022b22826199dca41bec665698dc608753039
commit 527022b22826199dca41bec665698dc608753039 Author: Jean Guyomarc'h <jean.guyoma...@gmail.com> Date: Thu Sep 1 13:32:54 2016 -0700 Wiki page osx-start changed with summary [Gstreamer and pulseaudio build support] by Jean Guyomarc'h --- pages/distros/osx-start.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt index 21e163a..0deee2c 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 jpeg 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 gstreamer gst-plugins-good pulseaudio brew migrate dbus mkdir -p ~/Library/LaunchAgents ln -sfv /usr/local/opt/dbus/*.plist ~/Library/LaunchAgents @@ -106,7 +106,7 @@ Installing dependancies on OS X is painful, but now you did it (congrats'), you <code bash> git clone git://git.enlightenment.org/core/efl.git # Get the sources cd efl # Go to repository you cloned -./autogen.sh --disable-gstreamer --disable-gstreamer1 --disable-pulseaudio +./autogen.sh make -j $(nproc) # Compile sudo make -j $(nproc) install # Install </code> --