Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a few more dnf install packages to development.adoc required on fresh Fedora #186

Merged
merged 3 commits into from
Jun 14, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion doc/development.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ 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 \
$ sudo dnf install make python \
libyubikey ykpers yubikey-manager \
qt5-devel qt5-qtbase-devel qt5-qtdeclarative-devel qt5-qtquickcontrols2-devel \
qt5-qtquickcontrols qt5-qtgraphicaleffects pyotherside

The `yubikey-manager` isn't strictly required to build `ykman-gui`, but
vorburger marked this conversation as resolved.
Show resolved Hide resolved
it installs dependencies required to detect when a YubiKey is inserted.

=== Setup the repository

$ git clone https://github.com/Yubico/yubikey-manager-qt.git
Expand Down