To get the bash shell, you must first activate the feature in Windows.
@ -38,7 +40,9 @@ To get the bash shell, you must first activate the feature in Windows.
@@ -38,7 +40,9 @@ To get the bash shell, you must first activate the feature in Windows.
* Accept the license
* Create a new UNIX user account (this is a separate account from your Windows account)
After the bash shell is active, you can follow the instructions below for Windows 64-bit Cross-compilation.
After the bash shell is active, you can follow the instructions below, starting
with the "Cross-compilation" section. Compiling the 64-bit version is
recommended but it is possible to compile the 32-bit version.
Cross-compilation
-------------------
@ -64,7 +68,7 @@ To build executables for Windows 64-bit, install the following dependencies:
@@ -64,7 +68,7 @@ To build executables for Windows 64-bit, install the following dependencies:
Then build using:
cd depends
make HOST=x86_64-w64-mingw32 -j4
make HOST=x86_64-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
@ -79,7 +83,7 @@ To build executables for Windows 32-bit, install the following dependencies:
@@ -79,7 +83,7 @@ To build executables for Windows 32-bit, install the following dependencies:
Then build using:
cd depends
make HOST=i686-w64-mingw32 -j4
make HOST=i686-w64-mingw32
cd ..
./autogen.sh # not required when building from tarball
@ -98,4 +102,3 @@ as they appear in the release `.zip` archive. This can be done in the following
@@ -98,4 +102,3 @@ as they appear in the release `.zip` archive. This can be done in the following
way. This will install to `c:\workspace\bitcoin`, for example: