forked from I2P_Developers/i2p.i2p
update notes about compiling the wrapper in x86_64 Windows
This commit is contained in:
@ -1,5 +1,10 @@
|
|||||||
Changes will probably be needed for newer versions than 3.5.12.
|
Changes will probably be needed for newer versions than 3.5.12.
|
||||||
|
|
||||||
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
|
To use the patch in this directory, copy Makefile-windows-x86-32.nmake to
|
||||||
Makefile-windows-x86-64.nmake then "patch < x64-win.patch". Compiles cleanly
|
Makefile-windows-x86-64.nmake then "patch < x64-win.patch".
|
||||||
using VS2010.
|
|
||||||
|
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".
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
--- Makefile-windows-x86-32.nmake 2011-09-29 20:34:25.447939000 +0000
|
--- Makefile-windows-x86-64.nmake 2011-09-29 20:34:25.447939000 +0000
|
||||||
+++ Makefile-windows-x86-64.nmake 2011-09-29 20:51:57.297170000 +0000
|
+++ Makefile-windows-x86-64.nmake 2011-09-29 20:51:57.297170000 +0000
|
||||||
@@ -9,19 +9,19 @@
|
@@ -9,19 +9,19 @@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user