I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 3f4d1544 authored by kytv's avatar kytv
Browse files

Brief instructions on lipo.

parent 4c76a93a
No related branches found
No related tags found
No related merge requests found
OSX instructions
----------------
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment