parent
7339e70bba
commit
783709eace
2
BUILD
2
BUILD
|
@ -90,7 +90,7 @@ Fetch and build Tor:
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi \
|
CC=droid-gcc LD=droid-ld ./configure --host=arm-none-linux-gnueabi \
|
||||||
--with-libevent-dir=$LIBEVENTDIR --with-openssl-dir=$OPENSSLDIR \
|
--with-libevent-dir=$LIBEVENTDIR --with-openssl-dir=$OPENSSLDIR \
|
||||||
--with-zlib-dir=$ZLIBDIR
|
--with-zlib-dir=$ZLIBDIR --disable-asciidoc
|
||||||
make
|
make
|
||||||
|
|
||||||
At this point, you'll have a Tor binary that can be run on an Android handset.
|
At this point, you'll have a Tor binary that can be run on an Android handset.
|
||||||
|
|
Loading…
Reference in New Issue