Skip to content

Commit

Permalink
Add flatbuffers dependencies needed for Fedora (open-eid#1230)
Browse files Browse the repository at this point in the history
Commit e08c566 introduced flatbuffers but it was not reflected in Readme

Signed-off-by: Turkhan Badalov <[email protected]>
  • Loading branch information
tbadalov authored Nov 9, 2023
1 parent d5bbd75 commit 55d3d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Ubuntu
sudo apt install cmake qt6-tools-dev libqt6core5compat6-dev libqt6svg6-dev libpcsclite-dev libssl-dev libdigidocpp-dev libldap2-dev gettext pkg-config
# Fedora
sudo dnf install qt6-qtsvg-devel qt6-qttools-devel qt6-qt5compat-devel pcsc-lite-devel openssl-devel libdigidocpp openldap-devel gettext pkg-config
sudo dnf install qt6-qtsvg-devel qt6-qttools-devel qt6-qt5compat-devel pcsc-lite-devel openssl-devel libdigidocpp openldap-devel gettext pkg-config flatbuffers-devel flatbuffers-compiler

* Also runtime dependency opensc-pkcs11 and pcscd is needed

Expand Down

0 comments on commit 55d3d85

Please sign in to comment.