• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H03-May-2022-1,2501,030

docs/H03-May-2022-3,5152,812

inc/H03-May-2022-2,0871,492

m4/H06-Jan-2021-10,3029,198

src/H03-May-2022-16,31912,814

test/H03-May-2022-4,4023,410

AUTHORSH A D21-Nov-2016237 86

COPYING.LGPLH A D21-Nov-201625.9 KiB503418

COPYING.MPLH A D21-Nov-201616.3 KiB374293

ChangeLogH A D06-Jan-2021123 KiB3,9971,638

Makefile.amH A D21-Nov-2016607 3121

Makefile.inH A D03-May-202228.6 KiB916814

NEWSH A D30-Dec-20204.1 KiB134110

READMEH A D30-Dec-2020864 3323

aclocal.m4H A D05-Jan-202151.2 KiB1,4201,285

autogen.shH A D21-Nov-20162.1 KiB9672

compileH A D30-Dec-20207.2 KiB349259

config.guessH A D21-Nov-201641.9 KiB1,4221,230

config.h.inH A D05-Jan-20211.9 KiB7147

config.subH A D21-Nov-201635.1 KiB1,8081,670

configureH A D05-Jan-2021618.2 KiB20,59117,307

configure.acH A D04-Jan-20218.2 KiB255236

depcompH A D30-Dec-202023 KiB792502

install-shH A D21-Nov-201614.3 KiB502327

libodfgen.pc.inH A D21-Nov-2016528 1210

ltmain.shH A D30-Dec-2020316.5 KiB11,1487,979

missingH A D30-Dec-20206.7 KiB216143

README

1DESCRIPTION:
2
3libodfgen is a library for generating documents in (surprise!) Open
4Document Format (ODF). It provides generator implementations for all
5document interfaces supported by librevenge:
6* text documents
7* vector drawings
8* presentations
9* spreadsheets
10As these APIs are used by multiple libraries, libodfgen can be used to
11generate ODF from many sources.
12
13BUILD DEPENDENCIES:
14
15* librevenge
16* libxml2
17* pkgconfig (for the build system to find librevenge)
18* doxygen (unless you choose to disable building of API documentation)
19
20BUILD AND INSTALLATION:
21
22Build and installation on Unix/Linux should be simple. Simply execute
23the following sequence of commands:
24
25./configure ; make ; su -c 'make install'
26
27This will make + install a libodfgen library and all files needed to use the
28library from your code.
29
30LINKS:
31
32boost is available at http://www.boost.org
33