Mac
- Go 1.12 or above
- npm
Download Go from the Go Downloads Page.
- Check Go is installed corectly:
- Check “GO111MODULE” environment variable is set to “on”:
echo ${GO111MODULE}
Download NPM from the . It is best to use the latest release as that is what we generally test against.
For MacOS, Wails uses clang
and the native libraries. Make sure you have the xcode command line tools installed. This can be done by running:
Now you are ready to move on to the next step of installing Wails.