From e6206dea39d996c5294d4f526a684bc0b1e0cb7a Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sun, 25 Oct 2009 04:49:06 +0000 Subject: [PATCH] Updating the build requirements and info on the current required libevent patch. svn:r20836 --- BUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BUILD b/BUILD index 02382d44..0c85a112 100644 --- a/BUILD +++ b/BUILD @@ -2,9 +2,10 @@ This document explains how to properly build an Android package of Orbot from source. Please install the following prerequisites (instructions for each follows): - Android OS SDK + ant: http://ant.apache.org/ + Android OS SDK: http://source.android.com/download droid-wrapper: http://github.com/tmurakam/droid-wrapper - libevent source (1.4.12-stable) + libevent source (1.4.12-stable from svn) Tor source (most recent git master branch) Install and prepare the Android OS SDK ( http://source.android.com/download ) @@ -54,7 +55,7 @@ Fetch and build libevent: svn co https://levent.svn.sourceforge.net/svnroot/levent/tags/release-1.4.12-stable/libevent/ . export LIBEVENTDIR=`pwd` ./autogen.sh - # http://pastebin.ca/1577207 + # Put the contents of http://pastebin.ca/1577207 in /tmp/libevent-patch patch < /tmp/libevent-patch CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi make