svn use
I'm using mscore 2613 (which I got through svn)
and trying to update to 2888, so I used
svn up, and succeeded to get:
leleu@portable-leleu:~/musescore/mscore$ svn stat -u
* 2888 mscore/mscore/exportaudio.cpp
? build
État par rapport à la révision 2889
but after using
sudo make install
(with no error reported)
Mscore opens under 2613......
Comments
you need to run
make revision
before make install to update the version number in about box.In reply to you need to run make revision by [DELETED] 5
thanks.
I added a patch at the end of
http://musescore.org/fr/developers-handbook/compile-instructions-ubuntu…