Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Created September 29, 2015 07:54
Show Gist options
  • Save nobonobo/5b5a8d028f09dddda885 to your computer and use it in GitHub Desktop.
Save nobonobo/5b5a8d028f09dddda885 to your computer and use it in GitHub Desktop.
lime-text Qt版のインストール手順

limeqt install

sudo pacman -S oniguruma qt5-quick1 qt5-quickcontrols qt5-graphicaleffects xsel xclip
go get -u -d github.com/limetext/lime-backend
cd $GOPATH/src/github.com/limetext/lime-backend
git submodule update --init --recursive
go get -u -d github.com/limetext/lime-qml
cd $GOPATH/src/github.com/limetext/lime-qml
git submodule update --init --recursive
mv main limeqt
cd limeqt
go install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment