moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.87k stars 520 forks source link

Unclear how to build gvm itself #441

Open gl-yziquel opened 10 months ago

gl-yziquel commented 10 months ago

The documentation in the repo does not give indications as to how this repository should be built.

gl-yziquel commented 10 months ago

Stating that ./autogen.sh && make install does the trick would be welcome. it's otherwise not as much confusing as it is not quite straightforward.

gl-yziquel commented 10 months ago

Hmmhh... no. This is precisely the point: the INSTALL file says to to something like autogen.sh, configure, make, make install. which is broken.

binscripts/gvm-installer works. So the INSTALL file and all the other files are overall confusing. And should be cleaned up, IMO.

Moreover, the scripts are bash specific. Nothing fish-friendly...

ankitcharolia commented 10 months ago

@gl-yziquel I am using this goenv: https://github.com/ankitcharolia/goenv.

gl-yziquel commented 10 months ago

@ankitcharolia I'll attempt to give it a shot when go stuff gets back on top of my todo pile.