wendal / gor

Golang编写的静态博客引擎
599 stars 147 forks source link

Debian 8 x64中安装gor错误 #100

Closed alairs closed 8 years ago

alairs commented 8 years ago

由于没有linux 64编译版,自己安装,出现错误如下,何解?

root@hkvps:~# export GOPATH=/root/gopath root@hkvps:~# go get -u github.com/wendal/gor root@hkvps:~# go install github.com/wendal/gor/gor gopath/src/github.com/wendal/gor/gor/gor.go:8:2: cannot find package "github.com/howeyc/fsnotify" in any of: /usr/lib/go/src/pkg/github.com/howeyc/fsnotify (from $GOROOT) /root/gopath/src/github.com/howeyc/fsnotify (from $GOPATH)

wendal commented 8 years ago

got get github.com/howeyc/fsnotify

试试