[or-cvs] r20840: {projects} update build docs. (projects/android/trunk/Orbot)
ioerror at seul.org
ioerror at seul.org
Sun Oct 25 05:06:49 UTC 2009
Author: ioerror
Date: 2009-10-25 01:06:49 -0400 (Sun, 25 Oct 2009)
New Revision: 20840
Modified:
projects/android/trunk/Orbot/BUILD
Log:
update build docs.
Modified: projects/android/trunk/Orbot/BUILD
===================================================================
--- projects/android/trunk/Orbot/BUILD 2009-10-25 05:03:44 UTC (rev 20839)
+++ projects/android/trunk/Orbot/BUILD 2009-10-25 05:06:49 UTC (rev 20840)
@@ -81,10 +81,18 @@
This isn't enough though and we'll now sew up the binary into a small package
that will handle basic Tor controlling features.
+We need to build our Java SOCKS library:
+
+ # If you're in Orbot's directory already...
+ cd ../asocks/
+ ant compile
+ ant jar
+ cp bin/jar/asocks.jar ../Orbot/libs
+
Finally, we'll make a proper Android package with ant and the Android App SDK:
export APP_SDK=~/Documents/projects/android/android-sdk-linux_x86-1.5_r3/tools
- cd Orbot/
+ cd ../Orbot/
cp ~/mydroid/external/tor/tor/src/or/tor assets/tor
$APP_SDK/android update project --name Orbot --target 1 --path .
ant release
More information about the tor-commits
mailing list