mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
update README.macos
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@617 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
0460d00603
commit
1c5c44a94d
3 changed files with 9 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ It was tested on macos X (leopard) on september 2009.
|
|||
|
||||
Requirements:
|
||||
* xcode (for gcc)
|
||||
* the 'port' command to install various dependencies
|
||||
* macport (GNU porting project)
|
||||
* svn or git checkout'd linphone tree.
|
||||
|
||||
Steps:
|
||||
|
|
@ -13,9 +13,14 @@ Steps:
|
|||
- automake
|
||||
- autoconf
|
||||
- libtool
|
||||
- gettext
|
||||
- intltool
|
||||
- gtk2
|
||||
- libglade2
|
||||
- speex-dev
|
||||
- osip2
|
||||
- eXosip2
|
||||
|
||||
* add /opt/local/bin to your PATH by editing (or creating) ~/.profile, logout and login again for changes to take effect
|
||||
|
||||
* within linphone source directory, run ./autogen.sh
|
||||
|
|
|
|||
|
|
@ -463,8 +463,8 @@ static void aq_start_w(MSSndCard *card){
|
|||
&d->writeAudioFormat,
|
||||
writeCallback,
|
||||
d,
|
||||
CFRunLoopGetCurrent (),
|
||||
kCFRunLoopCommonModes,
|
||||
NULL,/*CFRunLoopGetCurrent ()*/
|
||||
NULL,/*kCFRunLoopCommonModes*/
|
||||
0, // run loop flags
|
||||
&d->writeQueue
|
||||
);
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ ALL_LINGUAS = @ALL_LINGUAS@
|
|||
|
||||
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
|
||||
|
||||
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep '^$$lang$$' $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep '^$$lang$$'`"; then printf "$$lang "; fi; done; fi)
|
||||
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
|
||||
|
||||
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue