decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
160 stars 80 forks source link

make: go: Command not found #169

Closed duviful closed 6 years ago

duviful commented 6 years ago

Hello, got this error on ubuntu 16.04

~/work/src/github.com/decred/gominer$ make
go build -tags 'cuda'
make: go: Command not found
GNUmakefile:45: recipe for target 'build' failed
make: *** [build] Error 127
nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Tue_Aug_11_14:27:32_CDT_2015
Cuda compilation tools, release 7.5, V7.5.17
jolan commented 6 years ago

It isn't called out very well in the README but you do need the 'golang' package installed to compile since gominer is a go program.