File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -102,11 +102,9 @@ Note that for WSL the Bitcoin Core source path MUST be somewhere in the default
102
102
example /usr/src/bitcoin, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.
103
103
This means you cannot use a directory that located directly on the host Windows file system to perform the build.
104
104
105
- The next three steps are an example of how to acquire the source in an appropriate way.
105
+ Acquire the source in the usual way:
106
106
107
- cd /usr/src
108
- sudo git clone https://github.com/bitcoin/bitcoin.git
109
- sudo chmod -R a+rw bitcoin
107
+ git clone https://github.com/bitcoin/bitcoin.git
110
108
111
109
Once the source code is ready the build steps are below.
112
110
@@ -132,11 +130,9 @@ Note that for WSL the Bitcoin Core source path MUST be somewhere in the default
132
130
example /usr/src/bitcoin, AND not under /mnt/d/. If this is not the case the dependency autoconf scripts will fail.
133
131
This means you cannot use a directory that located directly on the host Windows file system to perform the build.
134
132
135
- The next three steps are an example of how to acquire the source in an appropriate way.
133
+ Acquire the source in the usual way:
136
134
137
- cd /usr/src
138
- sudo git clone https://github.com/bitcoin/bitcoin.git
139
- sudo chmod -R a+rw bitcoin
135
+ git clone https://github.com/bitcoin/bitcoin.git
140
136
141
137
Then build using:
142
138
You can’t perform that action at this time.
0 commit comments