[or-cvs] r20827: {projects} Just committing some notes that are incorrect. (projects/android/trunk/Orbot)

ioerror at seul.org ioerror at seul.org
Sun Oct 25 03:26:54 UTC 2009


Author: ioerror
Date: 2009-10-24 23:26:54 -0400 (Sat, 24 Oct 2009)
New Revision: 20827

Modified:
   projects/android/trunk/Orbot/BUILD
Log:
Just committing some notes that are incorrect.


Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD	2009-10-25 03:14:12 UTC (rev 20826)
+++ projects/android/trunk/Orbot/BUILD	2009-10-25 03:26:54 UTC (rev 20827)
@@ -48,6 +48,18 @@
 	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



More information about the tor-commits mailing list