blob: 5e8ad52cc1a0b219ea9b202ef9e347a32876e32e (
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
|
This is a repository of all the extensions, scripts, and other useful LV2
related tools at <http://lv2plug.in/>. Contributions are welcome, please
send patches to the LV2 mailing list (see admin page at
<http://lists.lv2plug.in/> to subscribe or browse archives).
Note that many components of this repository are experimental, and NOT
suitable for release or packaging. Release tarballs suitable for
distribution can be found in build/default/spec after running gendoc.py.
The build system and documentation generation requires only Python
and Doxygen.
** Installing Core/Extension Bundles **
./waf configure
./waf
sudo ./waf install
The installation directory can be modified with the --lv2-dir or
--lv2-user options to ./waf configure, e.g.:
./waf configure --lv2-dir /path/to/dir/to/place/bundles/under
or
./waf configure --lv2-user
which will install to the default user LV2 directory (e.g. ~/.lv2).
** Generating Core/Extension Documentation **
./gendoc.py
Documentation output will be in build/default/doc.
|