added note about libwebrtc

This commit is contained in:
Daniel Gultsch 2020-04-20 11:50:21 +02:00
parent 1cc0dfad84
commit 1016e8d018
1 changed files with 7 additions and 1 deletions

View File

@ -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