Update the documents to properly reflect Debian Lenny java issues.
svn:r20824
This commit is contained in:
parent
e0ce4c8a35
commit
61c9d9c3b7
10
Orbot/BUILD
10
Orbot/BUILD
|
@ -12,7 +12,8 @@ on Debian Lenny:
|
||||||
|
|
||||||
sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf \
|
sudo apt-get install git-core gnupg sun-java5-jdk flex bison gperf \
|
||||||
libsdl-dev libesd0-dev libwxgtk2.6-dev build-essential zip \
|
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
|
curl http://android.git.kernel.org/repo >~/bin/repo
|
||||||
chmod a+x ~/bin/repo
|
chmod a+x ~/bin/repo
|
||||||
|
@ -26,7 +27,6 @@ on Debian Lenny:
|
||||||
# Paste in key from http://source.android.com/download next...
|
# Paste in key from http://source.android.com/download next...
|
||||||
gpg --import
|
gpg --import
|
||||||
|
|
||||||
export ANDROID_JAVA_HOME=$JAVA_HOME
|
|
||||||
cd ~/mydroid
|
cd ~/mydroid
|
||||||
|
|
||||||
# This takes a long while...
|
# This takes a long while...
|
||||||
|
@ -40,4 +40,10 @@ Install droid-wrapper:
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
XXX TODO: Explain build process for making a static Tor with our libevent, etc.
|
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.
|
XXX TODO: Explain build process for making a .apk file for install.
|
||||||
|
|
Loading…
Reference in New Issue