Note: Make sure you have installed the required qt library
(see requirements)
Compiling:
- download latest source
- uncompress source:
bunzip2 muse-x.x.x.tar.bz2
- untar source:
tar xvof muse-x.x.x.tar
- run "qtconfig" from the qt3.0 package, open the tab "Library Path" and add the path of your installed MusE Sources to the path list; This is necessary for the Qt gui compiler "uic" to find the MusE specific widget plugins. Without you will get compilation errors.
- enter dirctory
muse-x.x.x
- run configure:
configure --prefix=/usr --enable-suid-install --with-jack --with-iiwusynth
- run "
make
"
- install as root: "
make install
"
- run app: "
muse
Note: The executable is suid root to get access to the/dev/rtc
device. Without the real time clock timing will be bad. For best timing also you have to set the -R option to start the sequencer thread with realtime priority.