goinstall doesn't work
GoogleCodeExporter opened this issue · 2 comments
GoogleCodeExporter commented
philip@philip-VirtualBox:~$ sudo goinstall -v draw2d.googlecode.com/hg/draw2d
goinstall: image/draw: skipping standard library
goinstall: code.google.com/p/freetype-go/freetype/truetype: download
goinstall: code.google.com/p/freetype-go/freetype/truetype: cannot download:
code.google.com/p/freetype-go/freetype/truetype ($GOPATH not set)
goinstall: image: skipping standard library
goinstall: code.google.com/p/freetype-go/freetype: download
goinstall: code.google.com/p/freetype-go/freetype: cannot download:
code.google.com/p/freetype-go/freetype ($GOPATH not set)
goinstall: code.google.com/p/freetype-go/freetype/raster: download
goinstall: code.google.com/p/freetype-go/freetype/raster: cannot download:
code.google.com/p/freetype-go/freetype/raster ($GOPATH not set)
goinstall: image/color: go/build: package could not be found locally ($GOPATH
not set)
goinstall: log: skipping standard library
goinstall: math: skipping standard library
goinstall: path: skipping standard library
goinstall: fmt: skipping standard library
goinstall: io/ioutil: skipping standard library
philip@philip-VirtualBox:~$
Original issue reported on code.google.com by philip142au@gmail.com
on 4 Mar 2012 at 11:02
GoogleCodeExporter commented
Please use weekly tag of go tree...
I already done the job since 1 month ago. I updated go and it works for me. the
doc in the wiki may not be up to date I think. Please look at this getting
started, to see how to import draw2d now:
http://code.google.com/p/draw2d/source/browse/cmd/gettingStarted.go
please reopen the bug if it's not working for you.
thanks
Original comment by legoff.l...@gmail.com
on 5 Mar 2012 at 9:08
- Changed state: Fixed
GoogleCodeExporter commented
sorry for this,Ì did not updated the api since there were many change I will
fix this for Go 1 and may synchronize with weekly tag if have time.
Sorry for trouble, stay tune.
Original comment by legoff.l...@gmail.com
on 4 Mar 2012 at 9:59
- Changed state: Accepted