Here you find a short description on how you can get the development version running. ContentsMusE 3.0Currently development on muse happens on github in the following project https://github.com/muse-sequencer/muse To download the current development version to your computer use a terminal and type: git clone https://github.com/muse-sequencer/muse.git A folder muse will be created in the dir you are standing, containing the full source code for the development version of muse. InstructionsThe main source of build instructions is in the file muse/muse3/README DependenciesAll dependencies should be listed in the README file BuildingThe easy way to build if nothing needs to be changed and you want a release build is to execute the script: ./compile_muse.sh in the muse/muse3 folder. This will configure and build the entire package. Some optional packages may not be built if the corresponding development packages are not found, e.g fluidsynth support requires libfluidsynth development packages installed To install MusE enter the build directory and perform: make install or sudo make install if root support is not already available A step by step build instruction is in the README file. Using Qt Creator for developmentQt5 comes with a development environment Qt Creator that can be recommended for developing MusE. ![]() |