limetext / lime

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

Outdated Instructions in the Ubuntu building guide page #550

Closed aki237 closed 9 years ago

aki237 commented 9 years ago

When I ran the commands like go get -u github.com/limetext/lime/frontend/termbox It showed up some errors

package github.com/limetext/lime/frontend/termbox
    imports github.com/limetext/lime/frontend/termbox
    imports github.com/limetext/lime/frontend/termbox: cannot find package "github.com/limetext/lime/frontend/termbox" in any of:
    /usr/local/go/src/github.com/limetext/lime/frontend/termbox (from $GOROOT)
    /home/user/golang/src/github.com/limetext/lime/frontend/termbox (from $GOPATH)

I think the link has to be like go get github.com/limetext/lime-termbox/main Link to the wiki page

FichteFoll commented 9 years ago

See https://github.com/limetext/lime/issues/549

erbridge commented 9 years ago

Yup. Please go and fix the wiki if it's wrong :).

aki237 commented 9 years ago

Fixed the wiki page of Ubuntu 14.04. Check that out..... Ubuntu Wiki

funnylookinhat commented 9 years ago

Just a heads up - the guide is missing requirements to have qt5 installed. Otherwise, when you get to the QML step, it complains about not being able to find Qt5 from pkgconfig.

src/github.com/limetext/lime-qml/main$ go build
# pkg-config --cflags Qt5Core Qt5Widgets Qt5Quick
Package Qt5Core was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Core' found
Package Qt5Widgets was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Widgets.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Widgets' found
Package Qt5Quick was not found in the pkg-config search path.
Perhaps you should add the directory containing `Qt5Quick.pc'
to the PKG_CONFIG_PATH environment variable
No package 'Qt5Quick' found
pkg-config: exit status 1
aki237 commented 9 years ago

@funnylookinhat Now check out that link.... Added the Qt5 installation

funnylookinhat commented 9 years ago

Seems good. Hitting a separate problem now - but that's because I'm on 15.04. Documentation seems fixed. Thanks!