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
The installation order here is important. While other orderings may work, this is the specific order that we have tested. And the Qt installation must be the last thing installed.
If you repeatedly run into an error involving "SSL handshake failed", you will not be able to use the online installer. Please try the other option.
28
44
@@ -31,32 +47,28 @@ If you repeatedly run into an error involving "SSL handshake failed", you will n
31
47
If you are unable or unwilling to use the online installer, the alternative is to copy an installation directly into your system. To do this, you will need to download the installation from us, and copy it into your C drive.
32
48
33
49
1. Join our [Discord server](https://discord.gg/cQ4gWxN) and ask for the link to the Qt6 standalone. Someone will DM you with a link*.
34
-
2. Download `Qt6.4.0.7z` and decompress it. You can use [7-zip](https://www.7-zip.org/) to decompress it. This will create a folder with the same name.
50
+
2. Download `Qt6.10.0.7z` and decompress it. You can use [7-zip](https://www.7-zip.org/) to decompress it. This will create a folder with the same name.
35
51
3. Move this folder to `C:\`. It will probably ask you for permissions to do it.
36
-
4. Navigate to: `C:\Qt6.4.0\Tools\QtCreator\bin\` and create a shortcut to `qtcreator.exe`. Copy this shortcut to somewhere convenient. (By default this shortcut is named, `Qt Creator 8.0.1 (Community)`)
52
+
4. Navigate to: `C:\Qt6.10.0\Tools\QtCreator\bin\` and create a shortcut to `qtcreator.exe`. Copy this shortcut to somewhere convenient. (By default this shortcut is named, `Qt Creator 17.0.2 (Community)`)
37
53
38
54
*This Qt6 standalone file is 3GB in size and is being hosted by our staff for our own developers. We don't want the entire world converging here and overrunning the server.
39
55
40
56
## Setup:
41
57
42
58
1. Clone this repo.
43
-
2. Clone the [Packages Repo](https://github.com/PokemonAutomation/Packages).
44
-
3. In the `Packages` repo, copy the `SerialPrograms/Resources` folder into the root of the `Arduino-Source` repo.
45
59
46
-

60
+
TODO
61
+
47
62
48
-
4. Open Qt Creator.
49
-
5. Click on `Projects` -> `Open`.
50
-
6. Navigate to [`SerialPrograms`](./) and select `CMakeLists.txt`.
51
-
7. It will then ask you to configure the project. Select `Desktop Qt 6.4.0 MSVC2019 64bit`.
52
-
8. At the bottom left corner, click on the little monitor and select `Release with Debug Information`.
53
-
9. Open up the file `CMakeLists.txt`. Change `QT_MAJOR` to `6`.
54
-
10. Click the upper green arrow to compile and launch the program.
55
63
56
-

64
+
## Troubleshooting
57
65
66
+
TODO
58
67
59
68
69
+
## Upgrading Qt components
70
+
71
+
TODO
60
72
61
73
<hr>
62
74
@@ -65,3 +77,4 @@ If you are unable or unwilling to use the online installer, the alternative is t
0 commit comments