More helpful error message when both Redland and RDFLib aren't found.
[lv2.git] / README
blob5e8ad52cc1a0b219ea9b202ef9e347a32876e32e
1 This is a repository of all the extensions, scripts, and other useful LV2
2 related tools at <http://lv2plug.in/>.  Contributions are welcome, please
3 send patches to the LV2 mailing list (see admin page at
4 <http://lists.lv2plug.in/> to subscribe or browse archives).
6 Note that many components of this repository are experimental, and NOT
7 suitable for release or packaging.  Release tarballs suitable for
8 distribution can be found in build/default/spec after running gendoc.py.
10 The build system and documentation generation requires only Python
11 and Doxygen.
14 ** Installing Core/Extension Bundles **
16 ./waf configure
17 ./waf
18 sudo ./waf install
20 The installation directory can be modified with the --lv2-dir or
21 --lv2-user options to ./waf configure, e.g.:
23 ./waf configure --lv2-dir /path/to/dir/to/place/bundles/under
27 ./waf configure --lv2-user
29 which will install to the default user LV2 directory (e.g. ~/.lv2).
33 ** Generating Core/Extension Documentation **
35 ./gendoc.py
37 Documentation output will be in build/default/doc.