librsvg-2.14.4

Introduction to librsvg

The librsvg package contains librsvg libraries and tools used to manipulate, convert and view Scalable Vector Graphic (SVG) images.

Package Information

librsvg Dependencies

Required

GTK+-2.8.20, libxml2-2.6.26, libart_lgpl-2.3.17, and popt-1.10.4

Recommended

Optional

GNOME Virtual File System-2.14.2, libgnomeprintui-2.12.1, Mozilla, GTK-Doc-1.6, and DocBook-utils-0.6.14

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/librsvg

Installation of librsvg

Install librsvg by running the following commands:

./configure --prefix=/usr --sysconfdir=/etc &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-gtk-doc: This parameter prevents the rebuilding of documentation during the make command. It will also prevent the existing documentation in the source tree from being installed.

Contents

Installed Programs: rsvg, rsvg-convert and rsvg-view
Installed Libraries: librsvg-2.{so,a}, GTK+ modules and optionally a Mozilla plugin
Installed Directories: /usr/include/librsvg-2 and /usr/share/gtk-doc/html/rsvg

Short Descriptions

rsvg

is used to covert SVG images into PNG, JPEG and ICO raster images.

rsvg-view

is used to view an SVG file in an X window.

librsvg-2.{so,a}

libraries provide the functions to render Scalable Vector Graphics.

Last updated on 2007-01-18 13:38:19 -0600