First of all, that’s not their only install option as far as I can tell. I can see an incantation which automatically pulls and installs it, and I see a step-by-step make build instruction set.
Both of which can be relatively easily googled because they’re both only 3 commands. And, if you’re on a Linux machine that means you probably have access to the man pages for make, mv and cd.
First of all, that’s not their only install option as far as I can tell. I can see an incantation which automatically pulls and installs it, and I see a step-by-step
make build
instruction set.Both of which can be relatively easily googled because they’re both only 3 commands. And, if you’re on a Linux machine that means you probably have access to the man pages for make, mv and cd.