-
Notifications
You must be signed in to change notification settings - Fork 34
Development
Dongdong Zhou edited this page Jan 11, 2018
·
1 revision
Install Qt (https://www1.qt.io/download-open-source/)
Install Qt go bindings
$> go get -u -v github.com/therecipe/qt/cmd/...
$> qtsetup
Clone this repository and doing some code generation
$> go get -u github.com/dzhou121/gonvim/editor/
$> cd GOPATH/github.com/dzhou121/gonvim/editor/
$> qtmoc
Now you can build and run
$> go build && ./gonvim