Installation Instructions for Windows
Compiling gabey with tools from chocolatey
The Chocolatey package manager provides an easy way to get the required build tools installed. If you don't have chocolatey yet, follow the instructions on https://chocolatey.org to install it first.
Then open an Administrator command prompt and install the build tools we 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 1.15 (or any later version).
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:
Then that 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 some more room in Path
before trying again.
if the step 8 ran error, can execute the next commands:
Finally, the command to compile gabey is:
Last updated