Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.
/ MusiKernel2 Public archive

MusiKernel 2 v16.05.8 sources backup

License

Notifications You must be signed in to change notification settings

FORARTfe/MusiKernel2

Repository files navigation

MusiKernel was an all-in-one DAW and suite of instrument & effect plugins, designed to be easy to install and use without the need for any 3rd party software.

musikernel2-sequencer-3

How to Build

Debian and Ubuntu

cd [musikernel dir]/src
./ubuntu_deps.sh   # as root
make deps
make deb  # as root
cd ../ubuntu
dpkg -i musikernel[your_version].deb  # as root

Fedora

cd [musikernel src dir]/src
./fedora_deps.sh
cd ..
./rpm.py  # add -i to install automatically after building, or:
sudo dnf install ./musikernel[version number].rpm

All Other Linux Distros

# figure out the dependencies based on the Fedora or Ubuntu dependencies
cd [musikernel src dir]/src
make
# You can specify DESTDIR or PREFIX if packaging,
# the result is fully relocatable
make install

Mac OS X

Same as the install instructions

Windows

It's complicated...

About

MusiKernel 2 v16.05.8 sources backup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published