File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,11 @@ If you want to build the windows installer with `make deploy` you need [NSIS](ht
71
71
72
72
sudo apt install nsis
73
73
74
+ Acquire the source in the usual way:
75
+
76
+ git clone https://github.com/bitcoin/bitcoin.git
77
+ cd bitcoin
78
+
74
79
## Building for 64-bit Windows
75
80
76
81
The first step is to install the mingw-w64 cross-compilation tool chain:
@@ -87,11 +92,7 @@ Note that for WSL the Bitcoin Core source path MUST be somewhere in the default
87
92
example /usr/src/bitcoin, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.
88
93
This means you cannot use a directory that is located directly on the host Windows file system to perform the build.
89
94
90
- Acquire the source in the usual way:
91
-
92
- git clone https://github.com/bitcoin/bitcoin.git
93
-
94
- Once the source code is ready the build steps are below:
95
+ Build using:
95
96
96
97
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
97
98
cd depends
@@ -115,11 +116,7 @@ Note that for WSL the Bitcoin Core source path MUST be somewhere in the default
115
116
example /usr/src/bitcoin, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.
116
117
This means you cannot use a directory that located directly on the host Windows file system to perform the build.
117
118
118
- Acquire the source in the usual way:
119
-
120
- git clone https://github.com/bitcoin/bitcoin.git
121
-
122
- Then build using:
119
+ Build using:
123
120
124
121
PATH=$(echo "$PATH" | sed -e 's/:\/mnt.*//g') # strip out problematic Windows %PATH% imported var
125
122
cd depends
You can’t perform that action at this time.
0 commit comments