No description
Find a file
Pierre-Eric Pelloux-Prayer bb2e943695 Update speex submodule
2011-11-25 09:48:28 +01:00
Classes Minor UI fixes. Change linphone version to 1.1 2011-11-24 15:37:49 +01:00
liblinphone-tutorials/hello-world add dependency on ssl for totorials build 2011-03-23 14:36:36 +01:00
linphone.xcodeproj InCallView: add visual indication of encryption status of each call 2011-11-23 16:28:12 +01:00
Resources Add missing files 2011-11-24 10:53:17 +01:00
Settings.bundle add *addvideo* button 2011-11-21 18:17:36 +01:00
submodules Update speex submodule 2011-11-25 09:48:28 +01:00
.gitignore update .gitignore 2011-08-20 15:59:20 +02:00
.gitmodules update speex repo to use our version 2011-11-21 12:53:43 +01:00
COPYING add GPL license 2011-08-12 17:55:48 +02:00
linphone copy-Info.plist merge vios IOS with master 2011-11-18 14:23:41 +01:00
linphone-Info.plist Minor UI fixes. Change linphone version to 1.1 2011-11-24 15:37:49 +01:00
linphone_Prefix.pch initial commit with basic ui 2010-01-22 11:44:23 +01:00
linphonerc update exosip for tcp/tls fragmentation fixes 2011-11-21 17:55:11 +01:00
main.m fix gpl notice 2011-08-18 12:25:40 +02:00
PhoneMainView.xib remove old monolithic incall view 2011-11-22 17:25:27 +01:00
README merge vios IOS with master 2011-11-18 14:23:41 +01: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:
-nawk
-coreutils
-automake 
-autoconf
-libtool
-intltool
-wget
-pkgconfig
-cmake (for ZRTP support)
-yasm
-doxygen


gas-preprosessor.pl  (http://github.com/yuvi/gas-preprocessor/ ) to be copied into /opt/local/bin :
$ wget --no-check-certificate https://raw.github.com/yuvi/gas-preprocessor/master/gas-preprocessor.pl
$ sudo mv gas-preprocessor.pl /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)

*******************************************
*******GPL versus non GPL******************
*******************************************
This sdk can be generated in 2 flavors. Firt is GPL, it means liblinphone include GPL third parties like FFMPEG or x264. 
If you choose this flavor, your final application must comply with GPL. This is the default mode.

To generate the liblinphone multi arch sdkin GPL mode, once the above commands have been executed:
	cd submodules/build
	make all 

ALTERNATIVELY, you can force liblinphone to use only non GPL code except for liblinphone, mediastremer2, ortp, exosip, osip.
If you choose this flavor, your final application  is still subject to GPL except if you have an alternative license for liblinphone, mediastremer2, ortp, exosip, osip.

To generate the liblinphone multi arch sdkin non GPL mode, once the above commands have been executed:
	cd submodules/build
	make all enable_gpl=no

******************************************
****Third party, subject to lincense*i****
******************************************
The liblinphone-sdk is compiled with third parties code that are subject to license, specially: AMR, SILK and  X264.
Linphone activates/de-activates these codecs thanks to the preprocessor macros HAVE_SILK, HAVE_AMR, HAVE_X264 positioned in xcode.
Before embeding these 3 codecs in the final application, make sure to have the right to do so.
******************************************


In case you upgrade your IOS SDK, you may force configure by using make targets <veryclean>

Libraries are available from liblinphone-sdk/

liblinphone xcode subproject: This subproject is just for debuggingi purpose, do not compile it until you know exactly what you are doing.