]> sjero.net Git - linphone/commitdiff
update readme for macos x
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 9 May 2011 13:42:29 +0000 (15:42 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 9 May 2011 13:42:29 +0000 (15:42 +0200)
README.macos

index ed5fdd41d8bb7f2a57975dd3c4a5c55eea0ab449..e9440307e7a00fbcc5e590d18686df90940d2b40 100644 (file)
@@ -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