diff --git a/pages/distros/osx-start.txt b/pages/distros/osx-start.txt index 21e163a6e..0deee2c3e 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 ===== -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 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