limetext / backend

Backend for LimeText
BSD 2-Clause "Simplified" License
538 stars 87 forks source link

Build fails on FreeBSD 11-CURRENT #82

Closed tony closed 8 years ago

tony commented 8 years ago

1f446ac

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

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

❯ go version
go version go1.6 freebsd/amd64

❯ freebsd-version -ku; uname -apKU
11.0-CURRENT
11.0-CURRENT
FreeBSD z600 11.0-CURRENT FreeBSD 11.0-CURRENT #56: Tue Mar  1 18:52:01 CST 2016     root@z600:/usr/obj/usr/src/sys/MYKERNEL  amd64 amd64 1100100 1100099
zoli commented 8 years ago

The frontend repo is here github.com/limetext/lime-termbox use:

go build github.com/limetext/lime-termbox/main