diff options
Diffstat (limited to 'libraries/lvtk/README')
-rw-r--r-- | libraries/lvtk/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/lvtk/README b/libraries/lvtk/README new file mode 100644 index 0000000000..56bae27718 --- /dev/null +++ b/libraries/lvtk/README @@ -0,0 +1,11 @@ +lvtk (LV2 toolkit C++ wrappers) + +LV2 Toolkit is a set C++ wrappers around the LV2 C API. The included +libraries ease writing LV2 plugins and UIs in C++ by inheriting from +easy to use template classes. + +If you want to build the API documentation, install graphviz, then export +DOCS=yes before running lvtk.SlackBuild. This is only useful if you plan +to develop your own code that uses lvtk. The docs take up 4MB of space +in /usr/doc/lvtk-$VERSION/html/ (which makes the package 5x the size it +would be without the docs). |