wfarr / goenv

You know, rbenv but for go.
MIT License
111 stars 36 forks source link

Build Go from source #2

Open owenthereal opened 10 years ago

owenthereal commented 10 years ago

I found that the prebuilt Go binaries downloaded by goenv are not cross-compilable. It reported missing some bash scripts.

Would it make sense for goenv to compile Go from source? Homebrew has an example.

wfarr commented 10 years ago

We could, but avoiding that if possible would be best.

I'd be open to allowing goenv-install to look for a flag to compile from source.