added build instruticons
This commit is contained in:
		
							parent
							
								
									6a9ace46f2
								
							
						
					
					
						commit
						b9243033df
					
				
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								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. | 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. | 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 | ||||||
|  | ``` | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch