forked from I2P_Developers/i2p.i2p
Tanuki-built arm wrapper works on armv5 and armv7 but not on Raspberry Pi armv6. Wrapper we built for Raspberry Pi does not work on Trimslice armv7.
8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
Wrapper build instructions (Ubuntu):
|
|
|
|
export ANT_HOME=/usr/share/ant
|
|
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
|
|
cp src/c/Makefile-linux-x86-32.make src/c/Makefile-linux-arm-32.make
|
|
build32.sh
|
|
strip lib/libwrapper.so bin/wrapper
|