-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
30 lines (19 loc) · 817 Bytes
/
README
File metadata and controls
30 lines (19 loc) · 817 Bytes
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
SWH LV2 plugins
http://plugin.org.uk/
STATUS
This is an early experimental port of my LADSPA plugins to the LV2
specification, c.f. http://lv2plug.in/ . It's still quite early days, but most
things should work as well or not as they did in LADSPA.
BUILD
Linux / OSX: run "make"
Windows: run "make real-clean all" (untested, might wrk, might not)
INSTALL
run "make install-system" if you want the plugins installed globally, requires
root priviledges, or "make install-user" if you want them just installed for
the current user.
BUG REPORTS
Please report bugs to Steve Harris at steve at plugin.org.uk.
EDITING
If you wish to edit the source code (.xml files in the subdirectories of the
plugin direcotry) then you will need xsltproc installed. It's in the libxslt
package, which is part of gnome, I think.