Skip to content

Commit

Permalink
fix doc: add missing Qt runtime packages on Fedora (fixes #182)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Apr 29, 2019
1 parent 50f65fa commit 075f63f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Build and install the Qt5 plugin http://pyotherside.readthedocs.io/en/latest/#bu

==== Linux (Fedora 29)

$ sudo dnf install qt5-devel qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel qt5-qtgraphicaleffects
$ sudo dnf install qt5-devel qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel \
qt5-qtquickcontrols qt5-qtgraphicaleffects pyotherside

=== Setup the repository

Expand Down

0 comments on commit 075f63f

Please sign in to comment.