Update build information to integrate with Orbot.

svn:r20839
This commit is contained in:
Jacob Appelbaum 2009-10-25 05:03:44 +00:00
parent 797702c007
commit d141099406
1 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
ant compile
ant jar
cp bin/jar/asocks.jar ../Orbot/libs
This is a small subproject that implements a java SOCKS library for Android.
Build the asocks.jar library and prepare it for use with Orbot:
ant compile
ant jar
cp bin/jar/asocks.jar ../Orbot/libs
Now return to Orbot and build yourself a merry little .apk!