README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. Guile-Charting README
  2. Last updated 8 June 2007
  3. About Guile-Charting
  4. ====================
  5. Guile-Charting is a library to make charts and Graphs in guile. See the
  6. homepage for further information.
  7. Copying Guile-Charting
  8. ======================
  9. Distribution of Guile-Charting is under the LGPL. See the COPYING file for
  10. more information.
  11. Contact info
  12. ============
  13. Mailing List: guile-user@gnu.org
  14. Homepage: http://wingolog.org/software/guile-charting/
  15. Build dependencies
  16. ==================
  17. * Guile-Cairo 1.9.91 or newer
  18. http://www.nongnu.org.org/guile-cairo/
  19. Installation quickstart
  20. =======================
  21. Install using the standard autotools incantation:
  22. ./configure --prefix=/opt/guile-charting && make && make install.
  23. Build from Git doing the same, but starting with:
  24. autoreconf -vif
  25. You can run without installing, just run './env guile'.
  26. Copying this file
  27. =================
  28. Copyright (C) 2007, 2014 Andy Wingo <wingo pobox.com>
  29. Copying and distribution of this file, with or without modification, are
  30. permitted in any medium without royalty provided the copyright notice
  31. and this notice are preserved.