Local modifications to Andy Wingo's Guile-Charting.

Ludovic Courtès affc16a803 Add missing (ice-9 format) import. 3 gadi atpakaļ
build-aux cf22be599b Update make-html.scm for my terrible css 10 gadi atpakaļ
charting affc16a803 Add missing (ice-9 format) import. 3 gadi atpakaļ
doc b9ec30338a Consolidate doc/ Makefile into toplevel 10 gadi atpakaļ
examples 1aaad6df73 Add #:baseline argument to draw-perf-chart 4 gadi atpakaļ
.gitignore 98bf7ac5d3 Update gitignore 10 gadi atpakaļ
AUTHORS 1d3fa924f2 Initial import. 17 gadi atpakaļ
COPYING c430d38924 Update license to LGPL v3+. 10 gadi atpakaļ
COPYING.LESSER c430d38924 Update license to LGPL v3+. 10 gadi atpakaļ
ChangeLog 8ebf2e77b2 moved to git 16 gadi atpakaļ
ChangeLog.2007 8ebf2e77b2 moved to git 16 gadi atpakaļ
HACKING 16f0c137f7 De-bitrot build system 10 gadi atpakaļ
LICENSE c430d38924 Update license to LGPL v3+. 10 gadi atpakaļ
Makefile.am 183c0eeb0e Fix doc regeneration targets 10 gadi atpakaļ
NEWS 677635fcde 2007-06-12 Andy Wingo <wingo@pobox.com> 17 gadi atpakaļ
README 4859d14170 Fix building from git instructions 10 gadi atpakaļ
TODO 1d3fa924f2 Initial import. 17 gadi atpakaļ
acinclude.m4 a5155a74f0 Allow compilation against Guile 3.0 7 gadi atpakaļ
charting.scm affc16a803 Add missing (ice-9 format) import. 3 gadi atpakaļ
configure.ac a5155a74f0 Allow compilation against Guile 3.0 7 gadi atpakaļ
env.in a8b32b4195 Generate env.in to allow non-srcdir builds 10 gadi atpakaļ

README

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 doing the same, but starting with:
autoreconf -vif

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


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

Copyright (C) 2007, 2014 Andy Wingo

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.