From faca5a6ea9ecab781fc0799136be5694192d05fb Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 9 May 2011 15:42:29 +0200 Subject: [PATCH] update readme for macos x --- README.macos | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.macos b/README.macos index ed5fdd41d..e9440307e 100644 --- a/README.macos +++ b/README.macos @@ -32,10 +32,12 @@ http://sourceforge.net/apps/trac/gtk-osx/wiki/Bundle $ port install osip2 $ port install eXosip2 +- Install libSDL and ffmpeg from their official git or hg repositories. At this date (2011/05/09) the macports version are too old and buggy. + - Now you can compile linphone $ jhbuild shell -$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-video --disable-strict --with-gsm=/opt/local +$ PKG_CONFIG_PATH=$HOME/gtk/inst/lib/pkgconfig:/opt/local/lib/pkgconfig/ ./configure --disable-static --disable-strict --with-gsm=/opt/local --disable-x11 #assuming you have gsm installed in /opt/local. However gsm is optional. $ make