musescore

  • thomasK
  • 08-13-08
  • Offline
Posted: Wed, 08/13/2008 - 15:04

How can I install Musescore? I am new to Debian/linux, Itried to compile it, but doesn`t work!


Doesn't work is a bit vague...

  • Quentin Harley
  • 05-24-07
  • Offline
  • Thu, 08/14/2008 - 06:25

...don't you think?

Need a bit more info. Error messages? Warnings? ...anything?


I am sorry

  • thomasK
  • 08-13-08
  • Offline
  • Thu, 08/14/2008 - 08:24

you are right.

Here it is, first ./configure and it says no such directory. Than "make" and I get this:

echo "build directory does already exist, please remove first with 'make clean'"; \ fi; /bin/sh: line 4: cmake: command not found make[1]: Entering directory /home/thomas/mscore-0.9.2/build' make[1]: *** No rule to make targetlupdate'. Stop. make[1]: Leaving directory /home/thomas/mscore-0.9.2/build' make[1]: Entering directory/home/thomas/mscore-0.9.2/build' make[1]: *** No rule to make target lrelease'. Stop. make[1]: Leaving directory/home/thomas/mscore-0.9.2/build' make[1]: Entering directory /home/thomas/mscore-0.9.2/build' make[1]: *** No targets specified and no makefile found. Stop. make[1]: Leaving directory/home/thomas/mscore-0.9.2/build' make: *** [release] Error 2

after "make clean" I get the same.


Cmake is not installed

  • Quentin Harley
  • 05-24-07
  • Offline
  • Thu, 08/14/2008 - 09:37

Enable the debian repositories in Synaptic, and install cmake. Then try again...

look out for the clues, and install what it is looking for

Cheers


PS

  • Quentin Harley
  • 05-24-07
  • Offline
  • Thu, 08/14/2008 - 09:58

Read the README file in the mscore folder...

You should run

$ make release $ sudo make install

if that fails, do a make clean first.


Hi

  • thomasK
  • 08-13-08
  • Offline
  • Thu, 08/14/2008 - 10:29

I installed everything, what the README file asked for, and followed the clues. but than I get this:

CMake Error at CMakeLists.txt:136 (message): Fatal error: ALSA >= 1.0.0 required

But I have ALSA 1.0.17 installed.


Development files

  • Quentin Harley
  • 05-24-07
  • Offline
  • Thu, 08/14/2008 - 20:47

It is looking for the development files, not the binaries.

Activate the 64 Studio "backports" repository, and install libasound2-dev


Thanks

  • thomasK
  • 08-13-08
  • Offline
  • Fri, 08/15/2008 - 14:18

It worked!!!