Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Comminos <andrew.comminos@fullboar.ca>2014-01-29 12:46:57 +0400
committerAndrew Comminos <andrew.comminos@fullboar.ca>2014-01-29 12:46:57 +0400
commit4dcfb6c6736502324ea61c869827bb7cbb671f11 (patch)
tree3a514bae8c6d720f8069c8b96073b2a4245d131d /README.md
parent143715c60109a912341bb5e72cf6b1d3b90aa600 (diff)
Build instructions on GNU/Linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81f5e67..4c67396 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,12 @@ Plumble
Plumble is a robust GPLv3 Mumble client for Android that uses the Jumble protocol implementation.
You can find legacy Plumble code and issues at https://www.github.com/Morlunk/Plumble-Legacy/.
+
+Building on GNU/Linux
+---------------------
+
+ git submodule update --init --recursive
+ ndk-build -C Plumble/libraries/Jumble/jni/
+ ./gradlew assembleDebug
+
+It's that simple!