Svn

From MusE Wiki

Jump to: navigation, search

All you need to know can be found here:

http://sourceforge.net/svn/?group_id=93414

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/


get the 1.0 source tree

svn co https://lmuse.svn.sourceforge.net/svnroot/lmuse lmuse

build it

In the topmost directory type:

cd lmuse/trunk
make

Which should then invoke cmake

Personal tools