aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-04-04 16:04:32 +0200
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-04-04 16:04:32 +0200
commitb9243033dfd8fddca4a727018e6e1bbd720b771f (patch)
tree63d8f0757b4502bc76ad5b4be9caf6f848d618f2
parent6a9ace46f2d6670b4ea5b0ee4a33c96a71fcf9f6 (diff)
added build instruticons
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7c6fb04a..08c32e36 100644
--- a/README.md
+++ b/README.md
@@ -79,3 +79,13 @@ unstable but because the fundamental concepts of PGP aren't ready for a
widespread use. The way PGP works is that you trust Key IDs instead of XMPP- or email addresses. So in theory your contact list should consist of Public-Key-IDs instead of email addresses. But of course no email or xmpp client out there implements these concepts. Plus PGP in the context of instant messaging has a couple of downsides. It is vulnerable to replay attacs, it is rather verbose, decryping and encrypting takes longer than OTR. It is however asynchronous and works well with carbonated messages.
To use openpgp you have to install the opensource app OpenKeychain (www.openkeychain.org) and then long press on the account in manage accounts and choose renew PGP announcement from the contextual menu.
+###Development
+####How do I build Conversations
+Make sure to have ANDROID_HOME point to your Android SDK
+```
+git clone https://github.com/siacs/Conversations.git
+cd Conversations
+git submodule update --init --recursive
+ant clean
+ant debug
+```