[or-cvs] r20836: {projects} Updating the build requirements and info on the current requ (projects/android/trunk/Orbot)
ioerror at seul.org
ioerror at seul.org
Sun Oct 25 04:49:06 UTC 2009
Author: ioerror
Date: 2009-10-25 00:49:06 -0400 (Sun, 25 Oct 2009)
New Revision: 20836
Modified:
projects/android/trunk/Orbot/BUILD
Log:
Updating the build requirements and info on the current required libevent patch.
Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD 2009-10-25 04:42:04 UTC (rev 20835)
+++ projects/android/trunk/Orbot/BUILD 2009-10-25 04:49:06 UTC (rev 20836)
@@ -2,9 +2,10 @@
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 @@
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
More information about the tor-commits
mailing list