MusE is foremost available for Linux, we hope it's just a matter of time before it is ported to your (other) favourite platform.
Linux BinariesMusE should be available for most distributions in the default repository, the actual procedure to install MusE from the respective source is outside the scope of this page. (There is some possibly outdated info below in the Binaries chapter about installation for various distributions.) If your distribution only has an old version you may try to install it from source follow the instructions below. SourceStable releasesIf you want to get the latest source release (not SVN) check our sourceforge download area at: http://sourceforge.net/project/showfiles.php?group_id=93414 For information about how to compile MusE from source see Installation! Developer releasesTo try bleeding edge features follow this link http://sourceforge.net/svn/?group_id=93414 to get the latest developer version from svn. BinariesIf you don't want to compile your software on your own, a prebuild binary would be the best way to install MusE. They should be available for most Linux distributions. DEBCheck your distributions repository, no specific info at this moment. From the command line this is usually done with a command like one of these: sudo apt-get install muse sudo apt-get install museseq sudo aptitude install muse There is probably a graphical packet manager than makes it more user friendly. RPMCheck your distributions repository, no specific info at this moment. From the command line this is usually done with a command like one of these: urpmi muse (in mandriva, done as root) yum install muse (in fedora based distros) There is probably a graphical packet manager than makes it more user friendly. GENTOOInformation below may be out of date. Because gentoo is very up2date normally you should find ebuilds of all versions of MusE 1. we search for musepackge called museseq quicksilver ~ # etcat -v museseq
[ Results for search key : museseq ]
[ Candidate applications found : 4 ]
Only printing found installed programs.
* media-sound/museseq :
[ ] 0.6.2-r1 (0)
[M~ ] 0.7.0-r1 (0)
[M~ ] 0.7.1_pre3 (0)
[M~ ] 0.7.1 (0)
2. now edit /etc/portage/package.keywords and add: media-sound/museseq ~x86 3. emerge museseq |