JohannesLorenz / lmms-zyn-fusion-test

Inofficial installer for LMMS with zyn fusion plugin
4 stars 0 forks source link

LMMS-zyn-fusion test

See the CHANGELOG for current changes

What's this?

This is a test repository for testing LMMS together with the new zyn-fusion, using a new plugin technique. It's not official.

What does work, what doesn't?

What should work:

What still needs to be done:

Requirements

Precautions

How to get it running?

There are two ways. In both cases, you should not need any admin privileges. Your system root and your LMMS config will not be touched.

Automized install by making fresh clones

This is suited if you have enough bandwidth and disk space and don't plan to work on the sources.

Starting in this (the README's) directory, do

./build.sh
./lmms

Note: During the download, there is usually no progress displayed. Submodules like LMMS or CALF can take 10 minutes even with a good connection. Please be patient.

If build.sh fails, you can fix it in the script and usually re-run the script. Please make a PR if you have fixed something.

Install by re-using your current git-worktrees

If you have worktrees of e.g. LMMS or zyn and want to re-use them, this repo is purely informative. Don't use the submodules here. Instead, you should check out the following (use git clone -b <branchname>):

Make sure to run git submodule update --init --recursive in all four repos (not in this repo). The --depth option can speed things up if you don't need the submodule histories, but it may fail.

Then, go into this repo (the main repo) and type git submodule status. Go to each of the four repos and check out the corresponding commits.

Compile + Install

Please keep the order as below

Reporting issues