forked from I2P_Developers/i2p.i2p
All binaries from Tanuki delta pack, except for armhf, compiled on Raspberry Pi: ant 1.8.2 javac 1.6.0_38 gcc 4.6.3-14+rpi1 Windows binaries remain unchanged as we must recompile them ourselves (32 bit just to change the icon; 64 bit is not provided by Tanuki) Old 3.5.25 wrapper.jar moved to win-all, use it in windows-only installer so it will be consistent with the old binaries. Fixes wrapper failure on FreeBSD 10 (ticket #1118) Minor i2prouter script fixes for FreeBSD 10, from anonimal (ticket #1118)
OSX instructions ================ With access to an OSX box ------------------------- Make the wrapper "quadfat" using lipo: lipo -create wrapper-macosx-universal-32 wrapper-macosx-universal-64 -output i2psvc lipo -create libwrapper-macosx-universal-32.jnilib libwrapper-macosx-universal-64.jnilib -output libwrapper.jnilib Then strip the wrapper: strip i2psvc The jnilib file does not need to be stripped. Without access to an OSX box ---------------------------- If access to an OSX box isn't available, you can copy the osx binaries into this folder, then rename "^wrapper*" to "i2psvc-*" For example: wrapper-macosx-universal-32 will be renamed to i2psvc-macosx-universal-32 wrapper-macosx-universal-64 will be renamed to i2psvc-macosx-universal-64