go-qml / qml

QML support for the Go language
Other
1.96k stars 187 forks source link

Install dependencies on Ubuntu 12.04.4 #44

Closed bekharsky closed 10 years ago

bekharsky commented 10 years ago

Hi! I have failed to install ubuntu-sdk on Ubuntu 12.04.4, so:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa sudo apt-get update sudo apt-get install qtdeclarative5-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev qtdeclarative5-qtquick2-plugin

After that Go QML compiles succesfully and all of the examples too. For Go installation I use GVM.

oblitum commented 10 years ago

@Alinaki have you tried to grab raw Qt? I just use Qt compiled from sources on Ubuntu 13.10, it works.

bekharsky commented 10 years ago

@oblitum Sorry, I just update my comment. Now it is a manual for 12.04 :)

oblitum commented 10 years ago

@Alinaki ah ok.