forked from I2P_Developers/i2p.i2p
Brief instructions on lipo.
This commit is contained in:
12
installer/lib/wrapper/macosx/README.txt
Normal file
12
installer/lib/wrapper/macosx/README.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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.
|
Reference in New Issue
Block a user