From 9ce840cd47cd314c8d78d2741ab05bd9f477473e Mon Sep 17 00:00:00 2001 From: Erinn Clark Date: Tue, 23 Feb 2010 04:45:50 +0000 Subject: [PATCH] Updated build instructions with new CPPFLAGS for privoxy svn:r21730 --- BUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/BUILD b/BUILD index 32054756..780d1a12 100644 --- a/BUILD +++ b/BUILD @@ -60,8 +60,8 @@ Fetch and build Privoxy: 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 @@ Verify the signature for the apk: 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!