From cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 4 Oct 2010 18:21:08 +0000 Subject: Initial import of lv2plug.in universe. --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..55203c8 --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +This is a repository of all the extensions, scripts, and other useful LV2 +related tools at . Contributions are welcome, please +send patches to the LV2 mailing list (see admin page at + 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. -- cgit v1.2.1