-
Notifications
You must be signed in to change notification settings - Fork 39
/
INSTALL
30 lines (20 loc) · 960 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
Linux or Unix-like:
To compile laby, you need ocaml >= 4.10.0, lablgtk3 >= 3.1.0 and
lablgtk3-sourceview3 >= 3.1.0).
Execute the following commands in the archive's 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://cl-informatik.uibk.ac.at/users/sgimenez/data/fdls/windows/
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: http://caml.inria.fr/download.en.html
- lablgtk: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
- gtksourceview: http://projects.gnome.org/gtksourceview/download.html