Files
i2p.i2p/installer/lib/wrapper/macosx
kytv 747bd0c5a3 Update Java Service Wrapper to v3.5.22
- 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.
2013-11-15 01:01:49 +00:00
..

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