aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-linux-RHEL-7.2-x86_64/rhel_packages.sh
blob: daf3efabfb0056e3f5edce87867aae4a8ecba1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# gstreamer 1 for QtMultimedia
# gtk3 style for QtGui/QStyle
# libusb1 for tqtc-boot2qt/qdb
# speech-dispatcher-devel for QtSpeech, otherwise it has no backend on Linux

sudo yum install -y \
    gstreamer1-devel gstreamer1-plugins-base-devel \
    gtk3-devel \
    libusb1-devel \
    speech-dispatcher-devel