summaryrefslogtreecommitdiff
path: root/README
blob: a369e003067ea8592a434624480ce95846a43a01 (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
36
37
38
39
40
41
cairo-ocaml -- Objective Caml bindings for Cairo
http://cairographics.org/cairo-ocaml


Compiling
=========

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

configure will try to detect a LablGTK installation by scanning some
directories (+lablgtk2 and +lablgtk). If LablGTK is installed
elsewhere, specify the path with the LABLGTKDIR environment variable. 

If you want to disable LablGTK support, run configure with
--without-gtk option.

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

 ocaml          >= 3.11
 cairo          >= 1.2.0
 libsvg-cairo   optional >= 0.1.5
 LablGTK	optional, GTK+ >= 2.8


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 <oandrieu@gmail.com>