No description
Find a file
Guillaume Beraudo 08353ff038 Fix second build fail due to zrtp/cmake
CMakeFileLists.txt was overwritten for each architecture target.
CMake was then confused as the CMakeFileLists.txt was newer than the
generated Makefile, cache.

CMake would forget the options passed during generation of Makefile,
leading to compilation of unwanted ccRrtp.
2011-09-08 14:19:12 +02:00
Classes Compilation chain for ZRTP (no implementation) 2011-08-26 18:41:46 +02:00
liblinphone-tutorials/hello-world add dependency on ssl for totorials build 2011-03-23 14:36:36 +01:00
linphone.xcodeproj Compilation chain for ZRTP (no implementation) 2011-08-26 18:41:46 +02:00
Resources Added missing resource (rootca.pem) 2011-08-19 11:11:36 +02:00
Settings.bundle ios: enable TLS support 2011-08-19 11:10:39 +02:00
submodules Fix second build fail due to zrtp/cmake 2011-09-08 14:19:12 +02:00
.gitignore update .gitignore 2011-08-20 15:59:20 +02:00
.gitmodules Compilation chain for ZRTP (no implementation) 2011-08-26 18:41:46 +02:00
COPYING add GPL license 2011-08-12 17:55:48 +02:00
linphone-Info.plist Apple store version 1.0.6 2011-06-27 09:15:36 +02:00
linphone_Prefix.pch initial commit with basic ui 2010-01-22 11:44:23 +01:00
linphonerc - add missed call to histiry 2011-05-23 13:19:29 +02:00
main.m fix gpl notice 2011-08-18 12:25:40 +02:00
PhoneMainView.xib integrate new icons 2010-04-23 11:15:31 +02:00
README add AMR notice 2011-04-06 18:45:06 +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

Link macport libtoolize to glibtoolize (sudo ln -s /opt/local/bin/glibtoolize /opt/local/bin/libtoolize)

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.