File: README

package info (click to toggle)
libodfgen 0.1.8-3
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 3,072 kB
  • sloc: cpp: 13,463; sh: 4,227; makefile: 165
file content (32 lines) | stat: -rw-r--r-- 864 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DESCRIPTION:

libodfgen is a library for generating documents in (surprise!) Open
Document Format (ODF). It provides generator implementations for all
document interfaces supported by librevenge:
* text documents
* vector drawings
* presentations
* spreadsheets
As these APIs are used by multiple libraries, libodfgen can be used to
generate ODF from many sources.

BUILD DEPENDENCIES:

* librevenge
* libxml2
* pkgconfig (for the build system to find librevenge)
* doxygen (unless you choose to disable building of API documentation)

BUILD AND INSTALLATION:

Build and installation on Unix/Linux should be simple. Simply execute
the following sequence of commands:

./configure ; make ; su -c 'make install'

This will make + install a libodfgen library and all files needed to use the
library from your code.

LINKS:

boost is available at http://www.boost.org