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

no buildable in ubuntu 14.04 #552

Closed octavioGarciaR closed 9 years ago

octavioGarciaR commented 9 years ago

Hi, I'm new in ubuntu and GitHub and I follow the steps in https://github.com/limetext/lime/wiki/Building-on-Ubuntu-14.04 but when I type the command:

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

for get the backend my terminal shows me:

go build github.com/limetext/lime-backend/lib/render/textmate: no buildable Go source files in /root/golang/src/github.com/limetext/lime-backend/lib/render/textmate

and I thinks this can be a problem, please tell me what I'm doing wrong, I follow the steps in the above link and all goes well but in this step I'm stuck.

zoli commented 9 years ago

The termbox frontend is here https://github.com/limetext/lime-termbox not in lime-backend repo.

octavioGarciaR commented 9 years ago

thanks a lot zoli now I can using the termbox