Skip to content

Commit 79f47c7

Browse files
authored
add qt5 dependencies (#439)
1 parent 6f98b58 commit 79f47c7

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

docs/source/_static/install_dependencies.sh

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ readonly ubuntu_pkgs=(
2020
libavcodec-dev
2121
libavformat-dev
2222
libswscale-dev
23-
python-dev
23+
python3-dev
2424
libtbb2
2525
libtbb-dev
2626
libjpeg-dev
@@ -32,6 +32,18 @@ readonly ubuntu_pkgs=(
3232
libsm6
3333
libxext6
3434
libgl1-mesa-glx
35+
python3-pyqt5
36+
python3-pyqt5.qtquick
37+
qml-module-qtquick-controls2
38+
qml-module-qt-labs-platform
39+
qtdeclarative5-dev
40+
qml-module-qtquick2
41+
qtbase5-dev
42+
qtchooser
43+
qt5-qmake
44+
qtbase5-dev-tools
45+
qml-module-qtquick-layouts
46+
qml-module-qtquick-window2
3547
)
3648

3749
readonly ubuntu_arm_pkgs=(
@@ -41,8 +53,6 @@ readonly ubuntu_arm_pkgs=(
4153
libhdf5-dev
4254
libatlas-base-dev
4355
libjasper-dev
44-
libqtgui4
45-
libqt4-test
4656
# https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426
4757
libilmbase-dev
4858
libopenexr-dev

0 commit comments

Comments
 (0)