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
Doesn't work is a bit vague...
...don't you think?
Need a bit more info. Error messages? Warnings? ...anything?
I am sorry
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 targetlrelease'. 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 2after "make clean" I get the same.
Cmake is not installed
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
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
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
It is looking for the development files, not the binaries.
Activate the 64 Studio "backports" repository, and install libasound2-dev
Thanks
It worked!!!