https://github.com/golang/go/wiki/Ubuntu
go get github.com/skycoin/hardware-wallet-go
This project uses dep dependancy manager.
Don't modify anything under vendor/ directory without using dep commands.
Download dependencies using command:
dep ensure
If you need to generate google protobuf files yourself (if you are creating a new message for instance). You need to install protoc first, then run the following:
cd device-wallet
protoc -I ./messages --go_out=./messages messages/messages.proto messages/types.proto messages/descriptor.proto
go run cli.go
See also CLI.md for information about the Command Line Interface.
More information in the wiki