Diagrams/Install: Difference between revisions
< Diagrams
(relegate cairo install instructions) |
m (→Default installation: fix link) |
||
Line 13: | Line 13: | ||
it will be installed as well. | it will be installed as well. | ||
There are also some [[/Install-cairo very old installation instructions for the cairo backend]]; YMMV. | There are also some [[/Install-cairo|very old installation instructions for the cairo backend]]; YMMV. |
Latest revision as of 01:44, 19 April 2015
Default installation
The first step is to install the Haskell Platform, if you don't already have it. Then it should be enough to simply run
cabal install diagrams
By default this will give you diagrams-core
(core data structures), diagrams-lib
(standard library), diagrams-contrib
(user-contributed modules), and diagrams-svg
(native Haskell backend outputting SVG files).
The diagrams-rasterific
backend is also fully-featured and can output various raster formats; if you run
cabal install -frasterific diagrams
it will be installed as well.
There are also some very old installation instructions for the cairo backend; YMMV.