Skip to content
Taylor Gerring edited this page Jan 30, 2015 · 24 revisions

Ethereum(Go) Requires QML 5.4+

Mac OS X

Please see build instruction for OSX

Linux

Ubuntu 14.04

sudo apt-get update
sudo apt-get install mesa-common-dev libglu1-mesa-dev
sudo add-apt-repository ppa:beineri/opt-qt54-trusty
sudo apt-get install -y qt54quickcontrols qt54webengine
source /opt/qt54/bin/qt54-env.sh

Now it's time to build Qt:

go get -u github.com/obscuren/qml
cd $GOPATH/src/github.com/obscuren/qml && git checkout v1
go build

If you receive an error about not being able to find Qt* items, check that PKG_CONFIG_PATH has been set (echo $PKG_CONFIG_PATH) and if not, source /opt/qt54/bin/qt54-env.sh.

Clone this wiki locally