forked from mirrors/linphone-iphone
update README with ZRTP switch to bzrtp
This commit is contained in:
parent
017a628653
commit
9c522ad80c
1 changed files with 3 additions and 10 deletions
13
README
13
README
|
|
@ -51,11 +51,11 @@ BUILDING THE SDK
|
|||
|
||||
xcode prior to 4.5:
|
||||
$ make -f Makefile.xcode4.4
|
||||
|
||||
* ZRTP support
|
||||
|
||||
You can enable ZRTP support in GPL mode only, by adding "enable_zrtp=yes" to the make command, for example:
|
||||
$ make all enable_gpl_third_parties=yes enable_zrtp=yes
|
||||
|
||||
You can disable adding "enable_zrtp=no" to the make command, for example:
|
||||
$ make all enable_zrtp=no
|
||||
|
||||
The resulting sdk is in liblinphone-sdk/ directory.
|
||||
|
||||
|
|
@ -75,13 +75,6 @@ The liblinphone-sdk is compiled with third parties code that are subject to pate
|
|||
Linphone controls the embedding of these codecs thanks to the preprocessor macros HAVE_SILK, HAVE_AMR, HAVE_G729 HAVE_X264 positioned in xcode project.
|
||||
Before embeding these 4 codecs in the final application, make sure to have the right to do so.
|
||||
|
||||
TRANSLATE THE APPLICATION
|
||||
*************************
|
||||
|
||||
You have to download the application Localization Suite(http://www.loc-suite.org/)
|
||||
Each modification in a xib has to be scanned and synchronized
|
||||
|
||||
|
||||
LIMITATIONS, KNOWN BUGS
|
||||
***********************
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue