Skip to content

Development

Dongdong Zhou edited this page Jan 11, 2018 · 1 revision

Install Dependencies

Install Qt (https://www1.qt.io/download-open-source/)

Install Qt go bindings

$> go get -u -v github.com/therecipe/qt/cmd/...
$> qtsetup

Building

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
Clone this wiki locally