forked from sgimenez/laby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
33 lines (23 loc) · 994 Bytes
/
INSTALL
File metadata and controls
33 lines (23 loc) · 994 Bytes
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
Linux:
To compile laby, you need ocaml >= 3.10.0 and lablgtk >= 2.14.0
(with support for gtksourceview >= 2.10).
Execute the following commands in the archive main directory:
make
ln -s ${PWD}/data ${HOME}/.config/laby
If you want the program to produce some kind of absurd sounds, make
sure the alsa "aplay" command is present on your system.
Now to run laby type:
./laby
Windows:
The best advice is to use pre-compiled binaries available on the web:
http://www.pps.univ-paris-diderot.fr/~gimenez/laby
Those binaries are cross-compiled using mingw-ocaml.
If you plan to compile them by yourself on windows, you will
probably need patience and a lot of good luck and the following
software:
- ocaml >= 3.10.0 :
http://caml.inria.fr/download.en.html
- lablgtk >= 2.14.0 :
http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
- gtksourceview >= 2.10 :
http://projects.gnome.org/gtksourceview/download.html