Closed aki237 closed 9 years ago
Yup. Please go and fix the wiki if it's wrong :).
Fixed the wiki page of Ubuntu 14.04. Check that out..... Ubuntu Wiki
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
@funnylookinhat Now check out that link.... Added the Qt5 installation
Seems good. Hitting a separate problem now - but that's because I'm on 15.04. Documentation seems fixed. Thanks!
When I ran the commands like
go get -u github.com/limetext/lime/frontend/termbox
It showed up some errorsI think the link has to be like
go get github.com/limetext/lime-termbox/main
Link to the wiki page