- Setup choco package manager https://chocolatey.org/docs/installation
- Use
choco
to install golang and mingwchoco install golang mingw
cd %YOUR_PROJECT_WORKING_DIR%
mkdir go\src\github.com\liamg
cd go\src\github.com\liamg
git clone [email protected]:jumptrading/aminal-mirror.git
move aminal-mirror aminal
set GOPATH=%YOUR_PROJECT_WORKING_DIR%\go
set GOBIN=%GOPATH%/bin
set PATH=%GOBIN%;%PATH%
cd aminal
go get
windres -o aminal.syso aminal.rc
go build
go install
Look for the aminal.exe built binary under your %GOBIN% path