summaryrefslogtreecommitdiff
path: root/Software/libvisio.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:43 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-17 22:33:43 -0700
commite0cda3b1b129b9583825a8a2cee65fd2bbc042f5 (patch)
tree15fff3a56c0bcced9fe8cd96d67e224fc6f53975 /Software/libvisio.mdwn
parenta4b8ae7a9bf67a45b897908e3296b02b17d26668 (diff)
moin2mdwn: convert page Software/libvisio
Diffstat (limited to 'Software/libvisio.mdwn')
-rw-r--r--Software/libvisio.mdwn60
1 files changed, 60 insertions, 0 deletions
diff --git a/Software/libvisio.mdwn b/Software/libvisio.mdwn
new file mode 100644
index 00000000..95fac740
--- /dev/null
+++ b/Software/libvisio.mdwn
@@ -0,0 +1,60 @@
+
+
+# libvisio import filter library
+
+Libvisio is library providing ability to interpret and import visio diagrams into various applications. You can find it being used in libreoffice.
+
+[[!toc ]]
+
+
+# Developers
+
+
+## Getting the sources
+
+libvisio sources are stored in [[git|http://git-scm.com/]]. To get them, you can use:
+[[!format txt """
+git clone git://anongit.freedesktop.org/git/libreoffice/contrib/libvisio/
+"""]]
+or you can browse the code [[online|http://cgit.freedesktop.org/libreoffice/contrib/libvisio/]].
+
+If you want to use release version you can fetch it from [[libreoffice mirror|http://dev-www.libreoffice.org/src/]].
+
+
+## Building it
+
+
+### Dependencies
+
+You will need these applications in order to compile libvisio:
+[[!format txt """
+>=libwpd-0.9
+>=libwpg-0.2
+doxygen # optional for documentation building (--with-docs)
+"""]]
+Once the source has been checked out, libvisio can be built in usual manner:
+[[!format txt """
+cd libvisio
+./autogen.sh
+./configure
+make
+make install
+"""]]
+
+## Contributing
+
+Once you have done a change that you are happy with, and that builds with libvisio, contribute it back, we'll be happy to integrate it! Do:
+[[!format txt """
+# commit your changes to your local repository
+git commit -a
+# create the patch
+git format-patch origin/master
+"""]]
+
+# Contact
+
+You can get in touch with us using multiple ways:
+
+1. using IRC server **irc.freenode.net** and joining channel **#libreoffice-dev**
+1. using mailinglist **[[libreoffice@lists.freedesktop.org|mailto:libreoffice@lists.freedesktop.org]]**
+1. filling bugreport in [[Freedesktop bugzilla|http://bugs.freedesktop.org/]] \ No newline at end of file