mirror of
https://github.com/kirsle/kirsle.net
synced 2024-11-14 21:09:28 +00:00
13 lines
391 B
Markdown
13 lines
391 B
Markdown
|
# Go QT5 Installation
|
||
|
|
||
|
How to install everything needed for `go-qml` (QML for QT5).
|
||
|
|
||
|
<https://github.com/go-qml/qml>
|
||
|
|
||
|
# Fedora Dependencies
|
||
|
|
||
|
* qt5-qtbase-devel (Base QT5 development libraries)
|
||
|
* qt5-qtdeclarative-devel (provides `Qt5Quick.pc`)
|
||
|
* qt5-qtquickcontrols (provides `QtQuick.Controls` and `QtQuick.Layouts`)
|
||
|
|
||
|
And you should be able to `go run` the various examples in the git repo.
|