go-qml / qml

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

Installation on Ubuntu 19.10 #194

Open haiitch opened 4 years ago

haiitch commented 4 years ago

Two problems with the installation instructions:

1) The Ubuntu SDK PPA structure has changed or moved, most packages are now available as part of the current unstable release, except for qtquick2, which appears to be now provided by the package qml-module-qtquick2.

The following should do on 19.10 without having to install an extra PPA:

$ sudo apt-get install qtdeclarative5-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-de qml-module-qtquick2

2) Despite this making installation simpler in appearance, other problems appear to have been introduced when attempting to go get the Go package. Screenshot follows:

Screenshot at 2020-02-02 02-40-28