diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-22 17:44:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-22 17:44:05 +0700 |
commit | f95993b6a07845d52811c8b0b7e7cc6d7d283b50 (patch) | |
tree | aa7977290cacec82cf81728e1ccf96aa49bd9e87 /libraries/png++/README | |
parent | 49d6bfb4cb286dafca4ed429bb05fc45409c9851 (diff) | |
download | slackbuilds-f95993b6a07845d52811c8b0b7e7cc6d7d283b50.tar.gz |
libraries/png++: Added (C++ wrapper for libpng).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/png++/README')
-rw-r--r-- | libraries/png++/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/png++/README b/libraries/png++/README new file mode 100644 index 0000000000..1d6a2ff4f8 --- /dev/null +++ b/libraries/png++/README @@ -0,0 +1,7 @@ +PNG++ aims to provide simple yet powerful C++ interface to libpng, +the PNG reference implementation library. + +PNG++ is free software distributed under a modified variant of +the BSD license. + +To install the html docs use: DOC=yes ./png++.SlackBuild |