Files
i2p.i2p/installer/lib/wrapper/macosx/README.txt
kytv 6a9432d62e Update the Tanuki Java wrapper to v3.5.14
All are from the "delta-pack" with the following exceptions:

* binaries for FreeBSD have been compiled in FreeBSD 7.4 to eliminate the
  dependency on FBSD v6 compatibility libs. They've also been stripped.
* Tanuki doesn't offer win64 binaries. Since the x64 binaries had to be
  compiled anyway, I've added an itoopie icon to the binary and both x86 and
  x64 binaries are compiled by me.
* Linux PPC binaries have been compiled by me since upstream mistakenly ships a
  64bit PPC binary as a 32bit binary.
* Linux ARMv5 have been compiled by me.
* The Linux x64 and x86 binaries have been stripped.
2012-04-14 17:38:08 +00:00

28 lines
766 B
Plaintext

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