Skip to content
Snippets Groups Projects
Commit 773d498a authored by Alexandre Lision's avatar Alexandre Lision Committed by gerrit2
Browse files

osx: update build instructions

Change-Id: Id9a3b396e852c7efbd81f16849742f2b47e6c9ed
parent a0027ec7
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ export PATH=$PATH:/location/of/ring/daemon/extras/tools/build/bin
# Or, use your favorite package manager to install the necessary tools
(macports or brew).
automake libtool check gettext libtoolize yasm ...
automake, pkg-config, libtool, gettext, yasm
# Compile the dependencies
cd contrib
......@@ -117,7 +117,7 @@ make -j
# Then the daemon
cd ../../
./autogen.sh
./configure --without-alsa --without-pulse --without-dbus --disable-video
./configure --without-alsa --without-pulse --without-dbus --prefix=<install_path>
make
If you want to link against libringclient and native client easiest way is to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment