Guile-RSVG README
Last updated 27 September 2007.


About Guile-RSVG
=================

Guile-RSVG wraps the librsvg SVG rendering library for Guile Scheme.


Examples
========

See examples/rsvg-convert.scm in the source distribution.


Copying Guile-RSVG
===================

Distribution of Guile-RSVG is under the LGPL. See the COPYING file for
more information.


Contact info
============

  Mailing List: guile-user@gnu.org
  Homepage:     http://wingolog.org/software/guile-rsvg/


Build dependencies
==================

* Guile 1.8.0 or newer
  http://www.gnu.org/software/guile/
* Guile-Cairo 1.4.0 or newer
  http://home.gna.org/guile-cairo/
* RSVG 2.18.0 or newer
  http://ftp.gnome.org/pub/GNOME/sources/librsvg/


Installation quickstart
=======================

Install using the standard autotools incantation:
  ./configure --prefix=/opt/guile-rsvg && make && make install.

Build from bzr using ./autogen.sh --prefix=/opt/guile-rsvg && make.

You can run without installing, just run './env guile'.


Copying this file
=================

Copyright (C) 2007 Andy Wingo <wingo pobox.com>

Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice
and this notice are preserved.
