Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need instructions in README for getting package dependencies. #1

Open
keithrbennett opened this issue Feb 1, 2018 · 2 comments · May be fixed by #8
Open

Need instructions in README for getting package dependencies. #1

keithrbennett opened this issue Feb 1, 2018 · 2 comments · May be fixed by #8

Comments

@keithrbennett
Copy link

Greetings Sau Sheong!

I don't know anything about go, so maybe this is an unreasonable request, but could you add to the README instructions for building this app from scratch? Specifically, when I do a go build main.go I get:

main.go:13:2: cannot find package "github.com/disintegration/gift" in any of:
	/usr/local/Cellar/go/1.9.3/libexec/src/github.com/disintegration/gift (from $GOROOT)
	/usr/local/go/bin/src/github.com/disintegration/gift (from $GOPATH)
main.go:14:2: cannot find package "github.com/nsf/termbox-go" in any of:
	/usr/local/Cellar/go/1.9.3/libexec/src/github.com/nsf/termbox-go (from $GOROOT)
	/usr/local/go/bin/src/github.com/nsf/termbox-go (from $GOPATH)

Is there something in go analogous to Ruby's gem install that needs to be run?

Thank you.

@steevivo
Copy link

steevivo commented Feb 2, 2018

@vosmith
Copy link

vosmith commented Feb 3, 2018

@keithrbennett yes if you use go get github.com/disintegration/gift github.com/nsf/termbox-go it should install it for you.

@daniel-ruiz daniel-ruiz linked a pull request Feb 12, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants