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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ There's nothing platform-specific here, so it should build in Windows/Mac/Linux.
39
39
1. cmake >= 3.15
40
40
1. Qt
41
41
* version 5.15 used for development typically installed with Qt Maintenance tool.
42
-
* Ubuntu, if not using Qt maintenance tool, must be on 20.04 or later, and use `sudo apt install -y qtbase5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5gamepad5-dev`.
42
+
* Ubuntu, if not using Qt maintenance tool, must be on 20.04 or later, and use `sudo apt install -y qtbase5-dev qtmultimedia5-dev qtdeclarative5-dev libqt5gamepad5-dev qml-module-qtquick-controls2 qml-module-qtgamepad qml-module-qt-labs-settings`.
43
43
* Qt6 not supported.
44
-
1. An IDE. QtCreatoror Visual Studio both tested to work.
44
+
1. An IDE. QtCreator, CLion, or Visual Studio all tested to work.
45
45
46
46
Then follow the general [LSL Application build instructions](https://labstreaminglayer.readthedocs.io/dev/app_build.html).
0 commit comments