[or-cvs] r21730: {projects} Updated build instructions with new CPPFLAGS for privoxy (projects/android/trunk/Orbot)

Erinn Clark erinn at torproject.org
Tue Feb 23 04:45:51 UTC 2010


Author: erinn
Date: 2010-02-23 04:45:50 +0000 (Tue, 23 Feb 2010)
New Revision: 21730

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
Updated build instructions with new CPPFLAGS for privoxy


Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2010-02-23 04:15:54 UTC (rev 21729)
+++ projects/android/trunk/Orbot/BUILD	2010-02-23 04:45:50 UTC (rev 21730)
@@ -60,8 +60,8 @@
 	autoconf
 	#need to disable setpgrp check in configure
 	export ac_cv_func_setpgrp_void=yes 
-	CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi
-	#don't mind the "unrecognized option '-pthred'" error message that you'll see when you run make
+	CC=droid-gcc LD=droid-ld CPPFLAGS="-I/home/foo/mydroid/external/zlib"./configure --host=arm-none-linux-gnueabi
+	#don't mind the "unrecognized option '-pthread'" error message that you'll see when you run make
 	make 
 	
 Fetch and build libevent:
@@ -148,5 +148,9 @@
 	jarsigner -verify bin/Orbot-unsigned.apk
 	mv bin/Orbot-unsigned.apk bin/Orbot-signed-alpha.apk
 
+You can also GPG sign the apk and generate an .asc:
+
+	gpg -ab Orbot-signed-alpha.apk
+
 Now you should have a fully signed and production ready alpha release of Orbot!
 Give bin/Orbot-signed-alpha.apk an install and send us bug reports!



More information about the tor-commits mailing list