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 38 39 40 41 42 43 44
|
LV2 Toolkit
===========
This software package contains libraries that wrap the LV2 C API and
extensions into easy to use C++ classes. The original work for this
was mostly done by Lars Luthman in lv2-c++-tools.
BUILDING
--------
To build and install, run
$ ./waf conifugre
$ ./waf build
$ sudo ./waf install
To build without the UI libraries, run
$ ./waf conifigure --disable-ui build
To build documentation, run
$ ./waf configure --docs build
HTML documentation gets placed in build/doc/html
LICENSE
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public Licence as published by
the Free Software Foundation, either version 3 of the Licence, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
file COPYING for more details.
Note that this licence requires that any plugin that uses the
liblvtk-* frameworks is also licensed under GPL version 3 or later.
Issue Tracking
--------------
Please report bugs and feature requests here.
https://github.com/lvtk/lvtk/issues
|