summaryrefslogtreecommitdiff
path: root/README.md
blob: a56101b412e9d90e3ce8865edc9b2d300f10670e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
zam-plugins [![travis](https://travis-ci.org/zamaudio/zam-plugins.svg?branch=master)](https://travis-ci.org/zamaudio/zam-plugins)
===========

Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing

Note:

This is a new repo that contains the full history of the old repo.
Submodules are now required (>= 3.6).
Uses Distrho Plugin Framework.
Please use version 3.9 for a stable package, latest git is experimental.

Build Dependencies:
===================

	pkg-config libx11-dev libgl-dev liblo-dev libjack-dev ladspa-sdk


Bleeding edge installation:
===========================

	git submodule init
	git submodule update
	make
	sudo make install


Cross-compiling with docker:
============================

	sudo docker build . -t zam-plugins-build
	sudo docker run -v `pwd`:/tmp/build zam-plugins-build /bin/bash -c "cd /tmp/build && ..."

(See .travis.yml file for the required cross build commands)


Package Maintainers:
====================

	git checkout 3.9
	make dist