forked from I2P_Developers/i2p.i2p

- Windows: x86 and x64 versions 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, Oracle Java 1.7.0+update40 and stripped - All other binaries are from the "community edition" deltapack offered by Tanuki.
12 lines
479 B
Plaintext
12 lines
479 B
Plaintext
Changes may be needed for newer versions than 3.5.25.
|
|
|
|
Copy Makefile-windows-x86-64.nmake to src\c.
|
|
|
|
Copy the itoopie icon to src\c\wrapper.ico.
|
|
|
|
Configure your environment per the apache-ant instructions (i.e., set ANT_HOME
|
|
and JAVA_HOME). Then in the wrapper source directory, run build64.bat.
|
|
|
|
Compiled in VS2010SP1 after creating %USERPROFILE%\.ant.properties with:
|
|
vcvars.bat="C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\bin\\amd64\\vcvars64.bat".
|