Just committing some notes that are incorrect.

svn:r20827
This commit is contained in:
Jacob Appelbaum 2009-10-25 03:26:54 +00:00
parent 5b9d452caf
commit 77456b1785
1 changed files with 12 additions and 0 deletions

12
BUILD
View File

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