The librsvg package contains
librsvg
libraries and tools used to
manipulate, convert and view Scalable Vector Graphic (SVG) images.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/librsvg/2.16/librsvg-2.16.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/librsvg/2.16/librsvg-2.16.1.tar.bz2
Download MD5 sum: 37e046571097ff7ce77ae6e07f096324
Download size: 416 KB
Estimated disk space required: 12.1 MB
Estimated build time: 0.4 SBU
GTK+-2.10.13 and libxml2-2.6.31
libcroco-0.6.1 and libgsf-1.14.7
GNOME Virtual File System-2.18.1, libgnomeprintui-2.18.0, GTK-Doc-1.8, DocBook-utils-0.6.14, and Python-2.5.2, providing a legacy wrapper interface rsvg for the newer rsvg-convert.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/librsvg
Install librsvg by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-mozilla-plugin && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-mozilla-plugin
:
This parameter prevents building the browser plugin as Firefox and
SeaMonkey have built-in SVG render capability and don't need it.
--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.
Last updated on 2008-05-09 07:42:27 -0500