After hours of work, I finally succeeded to build the nighties MuseScore on
my Linux Mint 15, 32bit system.

Thought, I think that'd be useful to update (or create a new page) on how to
build it.

I mostly followed the instruction on 
http://musescore.org/en/developers-handbook/compilation/compile-instructions-ubuntu-12.04-git
<http://musescore.org/en/developers-handbook/compilation/compile-instructions-ubuntu-12.04-git>
   

But many more packages needed to be installed.

And the one thing that I struggled with was in fact the line :  echo
"PATH=$PATH:~/Qt/5.1.0/gcc_64/bin" >> ~/.bash_rc

Because the path to the path to Qt 5.1.1 is added at the end of the $PATH
variable, the make process was using the other version of Qt 5.0.1 already
installed on my system.

So in the instructions, it should be written :
    echo "PATH=~/Qt/5.1.0/gcc/bin:$PATH" >> ~/.bash_rc

or for 64bits :
    echo "PATH=~/Qt/5.1.0/gcc_64/bin:$PATH" >> ~/.bash_rc





--
View this message in context: 
http://dev-list.musescore.org/Problems-building-on-32bit-linux-tp7578222p7578255.html
Sent from the MuseScore Developer mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Mscore-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to