diff options
author | Ludovic Courtès | 2008-02-08 11:25:35 +0100 |
---|---|---|
committer | Ludovic Courtès | 2008-02-08 11:25:35 +0100 |
commit | f532bd147bf93121c179179be4205bab5ba955ae (patch) | |
tree | 27f74b94aa93eaf2efee15a5216778a595ecc968 /README | |
parent | b0727a8288ba6518920f411e76b9148731b8c2bd (diff) | |
download | skribilo-f532bd147bf93121c179179be4205bab5ba955ae.tar.gz skribilo-f532bd147bf93121c179179be4205bab5ba955ae.tar.lz skribilo-f532bd147bf93121c179179be4205bab5ba955ae.zip |
configure: Look for `convert' and `fig2dev'.
* NEWS, README: Update.
* configure.ac: Look for `convert' and `fig2dev'.
Produce `src/guile/skribilo/utils/images.scm'.
* src/guile/skribilo/utils/images.scm.in: Use Autoconf substitution.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -35,6 +35,9 @@ You need at least: * Guile-Reader >= 0.3 http://www.nongnu.org/guile-reader/ + * ImageMagick, used to convert images from one format to another + http://imagemagick.org/ + Optionally, you may want to install one of the following document layout programs to produce PS/PDF files: @@ -52,6 +55,11 @@ Optionally, to produce pie charts, you may want to use: * Ploticus http://ploticus.sourceforge.net/ +To convert images in the `fig' format: + + * Xfig, Transfig + http://xfig.org/ + This is it! |