-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to compile? #11
Comments
No problem.
If you want to build from source for the architecture of the machine doing the building, the steps are:
I've just added a If you want to build from one machine (e.g. an x64 Windows machine) to target another (e.g. an ARM Raspberry Pi), you can set Go's GOARCH and GOOS environment variables before compilation, and it will compile for that target. Is that what you needed? |
Thank you very much! |
It would be nice if you can show how to compile from source.
make release
complains about the present directory not being.git
repository.The text was updated successfully, but these errors were encountered: