summaryrefslogtreecommitdiff
path: root/README
blob: 5eeeb353466cb0ee426cf05f31bea274de35ae2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
cairo-ocaml -- Objective Caml bindings for Cairo
http://cairographics.org/cairo-ocaml


Compiling
=========

 $ aclocal -I support
 $ autoconf
 $ ./configure
 $ make


Dependencies
============

 ocaml          3.08
 cairo          0.5.2
 libsvg-cairo   optional 0.1.5
 LablGTK        optional


Documentation
=============

Reference documentation can be generated by ocamldoc with a:
 $ make doc

and is also available here:
 http://oandrieu.nerim.net/ocaml/cairo/doc/


Author
======
Olivier Andrieu <oliv__a@users.sourceforge.net>