it’s been 18 days since I posted. it’s clear I will not receive any help getting the simplest of tutorials to build. it’s equally clear that there is no developer support. it’s a pity. I wanted to develop on Cosmos, but zero chance I will do so when there is no support
I will find an alternative platform. there are many.
I believe go install will put binaries in your $GOPATH/bin, where $GOPATH should be $HOME/go by default if you haven’t set it to something else. It seems like maybe you need to add that directory (eg. $HOME/go/bin) to your $PATH so your shell can find the binary? See The default GOPATH · rakyll.org for more info!
@ekkis which repository did you clone? Is there a Makefile in /Users/ekkis/dev/gravity-dex? If yes, try make build in the project root directory (and install make / build-essential if you don’t have it).
Jiminy Christmas. I might have known that were I a “go” guy, but that solved my problem. the compilation worked, it just produced the binary in a place I wouldn’t have known to look. it’s voodoo
I would close this ticket but I guess this site doesn’t understand the concept of closing a ticket, or it does but makes it completely unintuitive to the user. sigh…