limetext / lime

Open source API-compatible alternative to the text editor Sublime Text
http://limetext.github.io
BSD 2-Clause "Simplified" License
15.31k stars 1.07k forks source link

build failed on debian experimental: cannot find package "github.com/limetext/lime/backend" #558

Closed ayush--s closed 8 years ago

ayush--s commented 8 years ago

I was following Building on Debian Sid.

ayush:~/limetext $ go get github.com/limetext/lime/backend
package github.com/limetext/lime/backend
    imports github.com/limetext/lime/backend
    imports github.com/limetext/lime/backend: cannot find package "github.com/limetext/lime/backend" in any of:
    /home/ayush/limetext/go/src/pkg/github.com/limetext/lime/backend (from $GOROOT)
    /home/ayush/limetext/src/github.com/limetext/lime/backend (from $GOPATH)
erbridge commented 8 years ago

Try go get github.com/limetext/lime-backend/lib.

vyegres commented 8 years ago

look at https://github.com/limetext/lime/wiki/Building. "Building on Debian Sid " has outdated information.

FichteFoll commented 8 years ago

It's a wiki post that anyone can edit, so you can fix it yourself :)