diff options
author | B. Watson <yalhcru@gmail.com> | 2014-02-25 18:54:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-25 18:54:55 +0700 |
commit | 9f44b7fbad28d72c6b2bc76176edb185abea0f64 (patch) | |
tree | ec9eb4ec029de7ff7764e2bb94669f59e1afd618 /libraries/lvtk/README | |
parent | 4985917eed3e9f604b46c0339111b344a952d55b (diff) | |
download | slackbuilds-9f44b7fbad28d72c6b2bc76176edb185abea0f64.tar.gz |
libraries/lvtk: Added (LV2 toolkit C++ wrappers).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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). |