No description
Find a file
2011-08-03 15:51:23 +02:00
Classes ios: auto-enable speaker when doing a video call 2011-07-29 10:58:58 +02:00
liblinphone-tutorials/hello-world add dependency on ssl for totorials build 2011-03-23 14:36:36 +01:00
linphone.xcodeproj ios: add vp8 compilation scripts 2011-08-03 15:51:23 +02:00
Resources - add missed call to histiry 2011-05-23 13:19:29 +02:00
Settings.bundle G722 support added 2011-07-26 15:29:40 +02:00
submodules ios: add vp8 compilation scripts 2011-08-03 15:51:23 +02:00
.gitignore initial commit with basic ui 2010-01-22 11:44:23 +01:00
.gitmodules ios: add vp8 compilation scripts 2011-08-03 15:51:23 +02:00
linphone-Info.plist add adhoc target to xcode for liblinphone 2011-07-28 09:25:09 +02:00
linphone_Prefix.pch initial commit with basic ui 2010-01-22 11:44:23 +01:00
linphonerc video integration 2011-07-12 10:38:17 +02:00
main.m initial commit with basic ui 2010-01-22 11:44:23 +01:00
PhoneMainView.xib integrate new icons 2010-04-23 11:15:31 +02:00
README enable x264 2011-07-20 16:36:13 +02:00
untitled.plist initial commit with basic ui 2010-01-22 11:44:23 +01:00

					            LINPHONE ON IPHONE
					******************************************

Linphone for iPhone depends on liblinphone sdk. To build this sdk, you must install both xcode with iPhone OS SDK  and MacPorts (www.macports.org) with the following ports:
-automake 
-autoconf
-libtool
-intltool
-wget
-pkgconfig


gas-preprosessor.pl  (http://github.com/yuvi/gas-preprocessor/ ) to be copied into /opt/local/bin

Link macport libtoolize to glibtoolize (sudo ln -s /opt/local/bin/glibtoolize /opt/local/bin/libtoolize)
Link host's strings to simulator SDK (ln -s  /usr/bin/strings /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/strings)

You may update variable SDK_VERSION from file submodules/build/iphone-config.site according to your iPhone SDK version. Current is 4.0
  
To generate the liblinphone dual arch sdk, once the above commands have been executed:
	cd submodules/build
	make all 

In case you upgrade your IOS SDK, you may force configure by using make targets <clean> and <clean-makefile>

Libraries are available from liblinphone-sdk/

AMR plugin
liblinphone-sdk contains Linphone ARM pluging. As AMR may require to pay for patents, it is not enabled unless Linphone for iphone is compiled with gcc flag HAVE_AMR.