Windows: Add Qt6 and Editor install script#210
Conversation
|
Correction: Enabling Long path support also appears to work. Run once as administrator in powershell New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -ForceHave to document this. |
|
Already documenting the workflow here to build the editor on Windows (PR for the Editor repo will come tomorrow): Buildscripts:
Now in the Editor repository (inside a MSVC command prompt):
Note the difference with For other editors (e.g. VS Code):
For distribution:
|
carstene1ns
left a comment
There was a problem hiding this comment.
Feels a bit hacky with the custom triplet, but otherwise seems sensible.
The buildscripts part to get the editor (soon) running again on Windows.
In short running
build_editor.cmdanddownload_qt6.cmdgets everything setup.The PR to the editor repo follows later. This needs a bit more work.