diff options
author | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-04 18:21:08 +0000 |
commit | cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (patch) | |
tree | 632b911da25fc24b6b3d331d7ceffc22606b8e5b /README | |
parent | 61842745ab15454ee66be54a6f3bcc148a75406f (diff) | |
download | lv2-cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c.tar.xz |
Initial import of lv2plug.in universe.
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +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. + +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. |