Librevenge: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
m (Packages seem to have disappeared, use git, ssh or http)
Line 7: Line 7:


  2) libmspub 0.1.0
  2) libmspub 0.1.0
  (http://cgit.freedesktop.org/libreoffice/libmspub/tag/?id=libmspub-0.1.0)
  (http://cgit.freedesktop.org/libreoffice/libmspub/)


  3) libvisio 0.1.0
  3) libvisio 0.1.0
  (http://cgit.freedesktop.org/libreoffice/libvisio/tag/?id=libvisio-0.1.0)
  (http://cgit.freedesktop.org/libreoffice/libvisio/tag/)


  4) libcdr
  4) libcdr
  (http://cgit.freedesktop.org/libreoffice/libcdr/tag/?id=libcdr-0.1.0)
  (http://cgit.freedesktop.org/libreoffice/libcdr/tag/)


You need to download and extract the source archives of the libraries
You need to download and extract the source archives of the libraries

Revision as of 03:24, 19 August 2014

For those who always build the latest 1.5.0svn from source for testing, some new dependencies have been introduced to get the full functionality of 1.5.0. These are:

1) librevenge 0.0.1    Install this first
(http://sourceforge.net/projects/libwpd/files/librevenge/librevenge-0.0.1/)
2) libmspub 0.1.0
(http://cgit.freedesktop.org/libreoffice/libmspub/)
3) libvisio 0.1.0
(http://cgit.freedesktop.org/libreoffice/libvisio/tag/)
4) libcdr
(http://cgit.freedesktop.org/libreoffice/libcdr/tag/)

You need to download and extract the source archives of the libraries and then compile and install them yourselves. The procedure is the same for all of them:

1) cd to the respective directory.

2) run ./autogen.sh (This will tell you if other programs like libtool are misssing on your computer. You can probably install the missing software via your package manager.)

3) run ./configure

4) run make

5) (as root) run make install, then ldconfig.

Note that librevenge needs to be installed first.

(Note http://wiki.scribus.net/canvas/1.5.0_(%3D_1.6.0_Alpha_1)_Roadmap )