diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-24 16:33:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:59 +0700 |
commit | 02b4ec5dc77a2184ea79a573cc8f9217ac8d7e04 (patch) | |
tree | c32bc810a59361eacf6cf5d14353834900a2018f /libraries/lvtk/README | |
parent | 8292d686051740599469720b2c82a93504869418 (diff) |
libraries/lvtk: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lvtk/README')
-rw-r--r-- | libraries/lvtk/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libraries/lvtk/README b/libraries/lvtk/README index 2ed61b53b3f70..368ad037d84bf 100644 --- a/libraries/lvtk/README +++ b/libraries/lvtk/README @@ -4,9 +4,9 @@ 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). Also, the example plugins will be installed -in /usr/lib(64)?/lv2/ltvk.lv2/, for another 500KB or so. +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). Also, the example plugins will +be installed in /usr/lib(64)?/lv2/ltvk.lv2/, for another 500KB or so. |