v3.4.2 Compile from Source Fails (Ubuntu 19.10)
make
fails with the following error:
make[1]: Entering directory '/path/to/MuseScore/build.release'
make[1]: *** No rule to make target 'lrelease'. Stop.
make[1]: Leaving directory '/path/to/MuseScore/build.release'
make[1]: Entering directory '/path/to/MuseScore/build.release'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/path/to/MuseScore/build.release'
make: *** [Makefile:52: release] Error 2
This is after cloning v3.4.2 from the git repository and executing make revision
. I executed the make
command and got this error. I believe I followed all of the instructions. Is there something I'm doing wrong?
Comments
Why would you want to clone and build 3.4.2 yourself rather than the master or 3.x branch?
In reply to Why would you want to clone… by Jojo-Schmitz
Well, the other versions fail with the same error as well.
In reply to Well, the other versions… by Matt Fellenz
Then I guess you didn't fully follow the steps outlined in the developers' handbook.