Menu

Tree [52ee43] master 0.0.3 /
 History

HTTPS access


File Date Author Commit
 build 2014-12-23 osnola osnola [4f898d] Add some files to transform drawRectangle, ... ...
 docs 2017-10-31 Fridrich Štrba Fridrich Štrba [bbb523] doxygen -u
 inc 2017-08-01 osnola osnola [a355e6] all: define some classes as final...
 m4 2017-08-02 Miklos Vajna Miklos Vajna [c6ab70] m4: MSVC defines __cplusplus as 199711L still
 src 2020-04-05 Laurent Alonso(fr) Laurent Alonso(fr) [d6c343] cppcheck: correct a warning...
 test 2018-03-24 David Tardon David Tardon [6f987b] use unique_ptr
 .clang-tidy 2019-12-09 Miklos Vajna Miklos Vajna [2eeffd] Don't access static member function through ins...
 .gitignore 2017-07-29 osnola osnola [ec3586] m4: add ax_cxx_compile_stdcxx* files...
 CHANGES 2020-04-05 Laurent Alonso(fr) Laurent Alonso(fr) [52ee43] update README files to prepare a release...
 COPYING.LGPL 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 COPYING.MPL 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 HACKING 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 Makefile.am 2015-03-13 osnola osnola [722fba] Makefile.am: add an astyle command
 NEWS 2020-04-05 Laurent Alonso(fr) Laurent Alonso(fr) [52ee43] update README files to prepare a release...
 README 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 astyle.options 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 autogen.sh 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...
 configure.ac 2018-05-05 David Tardon David Tardon [6195a6] disable werror by default
 librvngabw.pc.in 2014-11-21 osnola osnola [84f693] First commit to insert some files (largely insp...

Read Me

DESCRIPTION:

librvngabw is a library for generating documents in (surprise!) AbiWord (ABW).
It provides generator implementations for text document interfaces supported by librevenge:

As these APIs are used by multiple libraries, librvngabw can be used to
generate ABW from many sources.

BUILD DEPENDENCIES:

* librevenge
* pkgconfig (for the build system to find librevenge)
* doxygen (unless you choose to disable building of API documentation)
* boost (unless you build with C++ shared_ptr)

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 librvngabw library and all files needed to use the
library from your code.

LINKS:

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