Updated build instructions with new CPPFLAGS for privoxy

svn:r21730
This commit is contained in:
Erinn Clark 2010-02-23 04:45:50 +00:00
parent f73ddfedbd
commit 9ce840cd47
1 changed files with 6 additions and 2 deletions

8
BUILD
View File

@ -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!