Release version 1.0
[gmidimonitor.git] / INSTALL
blob69a2d8f1757835e4584c19a763d805dbff73bb77
1 You need:
3   1. Build tools
4      1.1 compiler + linker
5          Known to work with gcc 3.4.3 and binutils 2.15.94.0.2.2
6          You can get gcc from http://www.gnu.org/software/gcc/
7          You can get binutils from http://www.gnu.org/software/binutils/
8      1.2 GNU Make
9          Known to work with GNU Make 3.80
10          You can get it from http://www.gnu.org/software/make/
11      1.3 pkg-config
12          Known to work with pkg-config 0.19
13          You can get it from http://pkgconfig.freedesktop.org/wiki/
15   2. Libraries
16      2.1 GTK+ >= 2.6
17          Known to work with GTK+ 2.8.6
18          You can get it from http://www.gtk.org/
19      2.2 libglade >= 2.0
20          Known to work with libglade 2.5.1
21          You can get it from http://www.jamesh.id.au/software/libglade/
22      2.3 ALSA library
23          Known to work with alsa-lib 1.0.9
24          You can get it from http://www.alsa-project.org/
26 To build gmidimonitor simply run GNU make without parameters:
28     # make
30 If you are running BSD, GNU make may be called gmake, so you run it like this:
32     # gmake
34 If everything compiles, you will get gmidimonitor executable in current directory
35 Copy it wherever you want
37 Good luck and report bugs