Svn
From MusE Wiki
All you need to know can be found here:
http://sourceforge.net/svn/?group_id=93414
[edit]
howto
check if you meet all dependencies, you will find out which one you need reading: /home/youruser/lmuse/trunk/muse/README
To name some dependencies:
- CMake 2.4
http:/www.cmake.org/HTML/Download.html
- QT: Qt 4.2.0 or above
ftp://ftp.trolltech.com/qt/source
MusE does _not_ compile with older versions
- ALSA 1.0 or newer
http://www.alsa-project.org/
- gcc 4.x.x
- libsndfile >= 1.0.1
http://www.zip.com.au/~erikd/libsndfile/
- libsamplerate
- JACK
http://jackit.sourceforge.net/download/
[edit]
get the 1.0 source tree
svn co https://lmuse.svn.sourceforge.net/svnroot/lmuse lmuse
[edit]
build it
In the topmost directory type:
cd lmuse/trunk make
Which should then invoke cmake
