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

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

linux-ppc specific wrapper notes

parent 45fb0ad9
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ to xxx/librapper.so, libwrapper.jnilib, or libwrapper.dll for the following dire ...@@ -12,7 +12,6 @@ to xxx/librapper.so, libwrapper.jnilib, or libwrapper.dll for the following dire
Don't forget to disable the execute bit. Don't forget to disable the execute bit.
linux (x86-32) linux (x86-32)
linux64 (x86-64) linux64 (x86-64)
linux-ppc (ppc-32)
solaris (sparc-32) solaris (sparc-32)
win32 win32
...@@ -29,6 +28,11 @@ For freebsd and freebsd64, we don't use the Tanuki binaries ...@@ -29,6 +28,11 @@ For freebsd and freebsd64, we don't use the Tanuki binaries
because they are compiled in FBSD v6. Compile from source in because they are compiled in FBSD v6. Compile from source in
FreeBSD 7.4 to eliminate the dependency on the compat6x port. FreeBSD 7.4 to eliminate the dependency on the compat6x port.
Don't forget to strip the binaries and disable the execute bit. Don't forget to strip the binaries and disable the execute bit.
A walkthrough can be found in freebsd/README.txt.
For linux-ppc, we don't use the Tanuki binaires because they're (mistakenly)
ppc64 compiles (TODO: File bug with Tanuki). Compile the arch-dependent bits
with "ant -Dbits=32 compile-c-unix".
For macosx, combine the universal-32 and universal-64 files For macosx, combine the universal-32 and universal-64 files
from the delta pack (each a 2-architecture fat file) from the delta pack (each a 2-architecture fat file)
......
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