Page 2 of 2

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 8:50 pm
by Joermungand
Wait, before you do any of that, are you sure you did this (from the MuseScore compile instructions)?

Code: Select all

echo "PATH=~/Qt5.3.2/5.3.2/gcc/bin:$PATH" >> ~/.bashrc
source  ~/.bashrc

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 8:51 pm
by Joermungand
Actually, they recommend installing Qt 5.3.2 on Ubuntu 14.04, not Qt 5.4. Not sure why, but there must be a reason for it.

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 8:56 pm
by Joermungand
If, however, you want to try it against Qt 5.4, you need to replace the appropriate version numbers in the echo line below.

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 8:57 pm
by Aleks
Joermungand wrote:Wait, before you do any of that, are you sure you did this (from the MuseScore compile instructions)?

Code: Select all

echo "PATH=~/Qt5.3.2/5.3.2/gcc/bin:$PATH" >> ~/.bashrc
source  ~/.bashrc
I should type that in the terminal, right?

I tried installing it from the ppa you suggested, but it wouldn't find the packages, so I'll try the qt online installer. And it doesn't have to be 5.3.2, they say:
Download and install Qt 5.3 (or later) from http://qt-project.org/downloads

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 9:04 pm
by Joermungand
OK, then you won’t need to install anything else. Just type these (adjusted) commands in the same terminal in which you issue the make commands:

Code: Select all

echo "PATH=~/Qt5.4.0/5.4/gcc/bin:$PATH" >> ~/.bashrc
source  ~/.bashrc

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 9:05 pm
by Joermungand
And don’t forget to run a

Code: Select all

make clean
before issuing your make commands again.

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 9:36 pm
by Aleks
It's compiling. Thank you very much!

Re: Compiling MuseScore

Posted: Fri Jan 23, 2015 9:40 pm
by Joermungand
Aleks wrote:It's compiling.
Now, that’s what I like to hear :). You’re welcome.