From 77456b1785d267432582bd3b01a0f2f7d1f25f0d Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sun, 25 Oct 2009 03:26:54 +0000 Subject: [PATCH] Just committing some notes that are incorrect. svn:r20827 --- BUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/BUILD b/BUILD index 4122dc90..d38b4039 100644 --- a/BUILD +++ b/BUILD @@ -48,6 +48,18 @@ We need to set to environment variables for droid-gcc: export DROID_ROOT=~/mydroid/ export DROID_TARGET=generic +Build zlib: + cd ~/mydroid/external/zlib + export ZLIBDIR=`pwd` + CC=droid-gcc LD=droid-ld ./configure + make + +Build openssl: + cd ~/mydroid/external/openssl/include/openssl/ + export OPENSSLDIR=`pwd` + CC=droid-gcc LD=droid-ld ./configure + + Fetch and build libevent: cd ~/mydroid/external/libevent