Compiling MuseScore 3.7 Evolution
Are these instructions for MS3.6.2 still valid for 3.7 or are there any changes that need to be incorporated?
https://musescore.org/en/handbook/developers-handbook/compilation/compi…
Can Visual Studio 2022 be used or is 2019 still required? (It will be on a Windows 11 computer).
Comments
These instructions should still work. I'm using VS 2022 (on Win11), but mainly for Mu4, for Mu3 I use QtCreator and MinGW. The CI builds on GitHub though use VS
In reply to These instructions should… by Jojo-Schmitz
Thanks, MinGW certainly looks like an interesting option.
In reply to Thanks by yonah_ag
I use it mainly because a) I'm more familiar with its debugger and b) to separate my Mu3 and Mu4 builds
(and because MinGW doesn't work any longer for Mu4 ;-))
In reply to These instructions should… by Jojo-Schmitz
Do I still need WinSparkle and zlib if I only compile for Windows?
In reply to Do I still need WinSparkle… by yonah_ag
Just take the dependencies.7z.
I'm pretty sure you need zlib, not so sure about WinSparkle