1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- 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 <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.
|