[or-cvs] r20824: {projects} Update the documents to properly reflect Debian Lenny java i (projects/android/trunk/Orbot)

ioerror at seul.org ioerror at seul.org
Sun Oct 25 01:06:59 UTC 2009


Author: ioerror
Date: 2009-10-24 21:06:59 -0400 (Sat, 24 Oct 2009)
New Revision: 20824

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
Update the documents to properly reflect Debian Lenny java issues.


Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2009-10-25 00:52:32 UTC (rev 20823)
+++ projects/android/trunk/Orbot/BUILD	2009-10-25 01:06:59 UTC (rev 20824)
@@ -12,7 +12,8 @@
 
 	sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf \
 		libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip \
-		curl libncurses5-dev zlib1g-dev
+		curl libncurses5-dev zlib1g-dev valgrind
+	update-java-alternatives -s java-1.5.0-sun
 
 	curl http://android.git.kernel.org/repo >~/bin/repo
 	chmod a+x ~/bin/repo
@@ -26,7 +27,6 @@
 	# Paste in key from http://source.android.com/download next...
 	gpg --import
 
-	export ANDROID_JAVA_HOME=$JAVA_HOME
 	cd ~/mydroid
 
 	# This takes a long while...
@@ -40,4 +40,10 @@
 	sudo make install
 
 XXX TODO: Explain build process for making a static Tor with our libevent, etc.
+zlib and OpenSSL are included with the Android OS SDK.
+
+Build libevent:
+
+Build Tor:
+
 XXX TODO: Explain build process for making a .apk file for install.



More information about the tor-commits mailing list