Struggling to build musescore on Windows through VS Community 2017.

• Feb 4, 2019 - 05:12

I've looked all around for help but I can't seem to find anything for my issue. I have all of the dependencies installed and the paths correct, but the cmake is not building successfully. It says it cannot find the components listed in the FindQt5.cmake file. It's the components as defined below.

set(_components
Core
Gui
#Designer
Network
Test
Qml
Quick
QuickWidgets
Xml
XmlPatterns
Svg
Sql
Widgets
PrintSupport
Concurrent
OpenGL
LinguistTools
Help
)

It can't find the files for any of these components. As as example "Qt5Core.cmake" which isn't in the build folder. What am I doing wrong? Thank you!


Comments

I'm also having issues getting things to build on Windows. It seems to be related to the "dependencies". The instructions say "Extract the contents into the base dir. (This will create a new dependencies folder in that base dir.)", which is very ambiguous (ie, "base dir" of WHAT?). I've tried putting them in C:, in the GitHub folder, and in the GitHub/MuseScore folder - in each case, in a subfolder named "dependencies". When I first run CMake I get errors such as LAME_INCLUDE_DIR is NOTFOUND. So clearly it's not finding these dependency files. What am I doing wrong here?

Do you still have an unanswered question? Please log in first to post your question.