diff options
author | David Tardon <dtardon@redhat.com> | 2013-09-02 12:09:36 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-09-02 12:09:36 +0200 |
commit | 2a761ab7c64ae81f9b96d8f011af0ce6175de305 (patch) | |
tree | d3c81f0dd723530cb41a5d87db39d19348e7ff33 | |
parent | 9f1834eee7278dd3ae5d3664c818bee147785ab4 (diff) |
add README
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +libvisio is a library and a set of tools for reading and converting MS Visio diagrams. + +libvisio requires boost, gperf, icu, libwpd, libwpg, libxml2, perl and +zlib to build. Most up to date code is available from Git repository at +libreoffice.org or the mirror at freedesktop.org and is currently +recommended instead of regular releases. Please visit +http://cgit.freedesktop.org/libreoffice/libvisio/. See +http://www.freedesktop.org/wiki/Software/libvisio for more information. + +For convenience of use in third-party projects the library is available under +three licenses: GNU GPL 2.1+, GNU Lesser GPL 2.1+ and MPL 1.1+. |