Installation Instructions for Windows
Compiling geth with Tools from Chocolatey
The Chocolatey package manager provides an easy way to install the required build tools. If you haven't yet installed Chocolatey, follow the instructions on https://chocolatey.org to get started.
Next, open an Administrator command prompt and install the build tools you need:
Installing these packages will set up the Path
environment variable. Open a new command prompt to get the new Path
(the following steps don't need Administrator privileges).
Please ensure that the installed Go version is at least 1.15 or higher.
First, we'll create and set up a Go workspace directory layout, then clone the source.
OBS If, during the commands below, you get the following message:
If you receive this warning message, this means that the setx
command will fail, and proceeding will truncate the Path
/GOPATH
. If this happens, it's better to abort and try to make more room in Path
before trying again.
Finally, the command to compile geth is:
Last updated