compiling on mac
Does anyone know whether the instructions for compiling on Mac are up to date?
I'm trying to go through
https://musescore.org/en/handbook/developers-handbook/compilation/compi…
and the Building Musescore instructions indicate to do the following
make -f Makefile.osx revision
However, when I try that I get an error
[marcello:~/repos/MuseScore] jnewton% make -f Makefile.osx revision
make: Makefile.osx: No such file or directory
make: *** No rule to make target `Makefile.osx'. Stop.
Do I need to start debugging my environment, or are the instructions just a bit out of date?
I've updated my git repo to commit 60f303676e500d9cf9dc8d6afe38aa4f8f6cede2
which seems to be from yesterday, 14 April 2022.
Comments
There doesn't seem to be even a makefile/Makefile in the top
MuseScore
directory. Perhaps there's someconfig
I need to do first?Better check the Wiki on GitHub, the developers' handbook on musescore.org is slightly out of date.
Also join the Discord channel and ask there
In reply to Better check the Winki on… by Jojo-Schmitz
x