forked from I2P_Developers/i2p.i2p

- Windows: Self-compiled with VS2010 in Windows 7. The icon has been changed from Tanuki's default to Itoopie. - Linux ARMv6: Compiled on a RaspberryPi using gcc 4.6.3-14+rpi1, Icedtea6 6b27-1.12.5-1+rpi1 and stripped - All other binaries are from the "community edition" deltapack offered by Tanuki.
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
Wrapper build instructions (Ubuntu or Raspbian):
|
|
|
|
apt-get install default-jdk ant
|
|
ant -Dbits=32 compile-c-unix
|
|
mv bin/wrapper bin/i2psvc
|
|
strip --strip-unneeded bin/i2psvc lib/libwrapper.so
|
|
|