diff options
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-13 08:03:48 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-13 08:03:48 -0200 |
commit | 72dc0ec869235d72f6cee9f3f23fabff976ca9a4 (patch) | |
tree | 2dd93ef2c1334496f5f9fc923f2a53d5c4212b3b | |
parent | cb7135aa81d482c88f7587590a9d2f8503831752 (diff) |
README: add a missing qt5 dependency on Fedora
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ packages with apt-get or aptitude: On Fedora (and similar rpm-based distributions), you need to install the following packages with dnf: alsa-lib-devel doxygen libjpeg-turbo-devel qt-devel automake - libtool gettext-devel make gcc gcc-c++ git + libtool gettext-devel make gcc gcc-c++ qt5-qtbase-devel git (git is only requiried if you're cloning from the main git repository at linuxtv.org). |