Wiki page osx-start changed with summary [Gstreamer and pulseaudio build support] by Jean Guyomarc'h

This commit is contained in:
Jean Guyomarc'h 2016-09-01 13:32:54 -07:00 committed by apache
parent ffc13a5968
commit 527022b228
1 changed files with 2 additions and 2 deletions

View File

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