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: docs/build_guides/ubuntu_22_04.md
+25-26Lines changed: 25 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
4
4
### Note (May 2025)
5
5
6
-
These docs are not accurate and are to be updated soon. Note that xSTUDIO now requires Qt6.5.3, where these notes incorrectly install qt5. You can install Qt6.5.3 using [these instructions](downloading_qt.md) instead.
7
-
6
+
Note that xSTUDIO now requires Qt6.5.3. You can install Qt6.5.3 using [these instructions](downloading_qt.md) instead.
@@ -80,15 +63,31 @@ These docs are not accurate and are to be updated soon. Note that xSTUDIO now re
80
63
81
64
82
65
### xStudio
66
+
67
+
You will need to set an environment variable to tell cmake where the Qt6 libraries are located. For example, if Qt6 was installed to **/home/maryjane/Qt6/** then you will need to run this command in your terminal:
0 commit comments