From 9c522ad80c75f027d75b514821cd25666b483006 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 2 Apr 2014 10:01:34 +0200 Subject: [PATCH] update README with ZRTP switch to bzrtp --- README | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README b/README index e5d59d472..9e80c75f3 100644 --- a/README +++ b/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 ***********************