forked from axiles/ocaml-efl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
34 lines (25 loc) · 833 Bytes
/
INSTALL
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
Dependencies
============
In order to compile this package, you will need:
* ocaml (>= 3.12)
* findlib
* pkg-config
* efl (>= 1.8) and elementary (>= 1.8)
from the Enlightenment Foundation Libraries (EFL)
In particular, to install elementary, you will need to install the other
libraries of the EFL.
If you have a more recent version of the EFL/Elementary (eg. 1.18), then
this binding will provide interfaces to more recent functions.
Installing
==========
1. Uncompress source directory and go to the root of the package.
2. Run './configure'
3. Run 'make'
5. (Optional) Run 'make doc' to build the documentation
4. Run (as root if necessary) 'make install'
To see available options for the configuration part, run
./configure --help
Uninstalling
============
1. Go to the root of the package.
2. Run 'make uninstall'