From 1016e8d018e9950281615919e3881ce3fe37bc7a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Mon, 20 Apr 2020 11:50:21 +0200 Subject: [PATCH] added note about libwebrtc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ae2fb0e..ab81421eb 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ merge it if I don't at least you and like minded people get to enjoy it. #### I need a feature and I need it now! -I am available for hire. Contact me via XMPP: `inputmice@siacs.eu` +I am available for hire. Find contact information on [my website](https://gultsch.de). ### Security @@ -401,6 +401,12 @@ you can get access to the the latest beta version by signing up using [this link #### How do I build Conversations +**Note:** Starting with version 2.8.0 you will need to compile libwebrtc. +[Instructions](https://webrtc.github.io/webrtc-org/native-code/android/) can be found on the WebRTC +website. Place the resulting libwebrtc.aar in the `libs/` directory. The PlayStore release currently +uses the stable M81 release and renamed the file name to `libwebrtc-m81.aar` put potentially you can +reference any file name by modifying `build.gradle`. + Make sure to have ANDROID_HOME point to your Android SDK. Use the Android SDK Manager to install missing dependencies. git clone https://github.com/siacs/Conversations.git