You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you aren't using git from the command line but using a GUI git client instead, make sure
54
+
you update the submodules or QOpenHD will not build properly.
55
+
56
+
Once you have those steps done you can open `QOpenHD.pro` with Qt Creator, build and run it.
57
+
58
+
#### Windows
59
+
60
+
1. Install Visual Studio 2019 (free)
61
+
62
+
2. Install Qt using the [Qt online installer](https://www.qt.io/download-qt-installer)
63
+
64
+
3. Have the Qt Installer download Qt 5.15.0+ and Qt Creator
65
+
66
+
4. Download the [GStreamer development kit](https://gstreamer.freedesktop.org/download/) for Windows, both the Runtime and Development packages. You *must use* the 32-bit MinGW packages, NOT the one labeled MSVC, and it should be version 1.14.4. (QT will look for gstreamer in c:/gstreamer/1.0/x86 )
If you aren't using git from the command line but using a GUI git client instead, make sure
73
+
you update the submodules or QOpenHD will not build properly.
74
+
75
+
Once you have those steps done you can open `QOpenHD.pro` with Qt Creator, build and run it.
76
+
77
+
#### Linux
78
+
79
+
1. Install Qt using the [Qt online installer](https://www.qt.io/download-qt-installer)
80
+
81
+
2. Have it download Qt 5.15.0+ for Linux
82
+
83
+
3. Install GStreamer development packages from the package manager. On Ubuntu this would be `apt install gstreamer1.0-gl libgstreamer1.0-dev libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-base1.0-dev gstreamer1.0-plugins-base libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-qt`. Those should pull in any others that are needed as well.
0 commit comments