moovweb / gvm

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

Usage on linux #375

Open veritem opened 3 years ago

veritem commented 3 years ago

I'm currently on a linux computer using ubuntu 20.04 can't get this to work it always throws image

How can I fix this??

hunter32292 commented 3 years ago

@makuzaverite please use sudo apt-get install curl git mercurial make binutils bison gcc build-essential you are missing a set of dependencies to use GVM.

Please look at the readme here for more information: https://github.com/moovweb/gvm/tree/master#linux-requirements

👍