Windows: Add Qt6 and Editor install script#210
Windows: Add Qt6 and Editor install script#210Ghabry wants to merge 3 commits intoEasyRPG:masterfrom
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:
|
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.