Guile-Charting README
Last updated 8 June 2007


About Guile-Charting
====================

Guile-Charting is a library to make charts and Graphs in guile. See the
homepage for further information.


Copying Guile-Charting
======================

Distribution of Guile-Charting 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-charting/


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

* Guile-Cairo 1.9.91 or newer
  http://www.nongnu.org.org/guile-cairo/


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

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

Build from Git using
  ./autogen.sh --prefix=/opt/guile-cairo && make.

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


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

Copyright (C) 2007, 2014 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.
