From f4ca280867f06b6b1848864b3794ceb24a5fb624 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 2 Apr 2019 12:58:47 +0300 Subject: [PATCH] - removed distribution dir and added note about its generation --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8455b358..6569d3bb 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,11 @@ opus voice codecs, as well as ZRTP and (DTLS) SRTP media encapsulation. Motivated by need for secure SIP user agent for Android that does not depend on third party push notification services. -The static libraries and include files in distribution directory have -been produced using -libbaresip-android. -Before making libbaresip, apply reg.c-patch to re/src/sipreg/reg.c. The -patch is needed due to re timer sometimes firing too late. +After cloning the project, generate static libraries and include files +to distribution directory using master branch of +https://github.com/juha-h/libbaresip-android. -After cloning the project, in Android Studio 3.2.1: +Then in Android Studio 3.3.x: - Open an existing Android Studio project