Release version 2.0
[gmidimonitor.git] / INSTALL
blob7b4468fb6bb0d78c7a54eae06439feff49d4529d
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 Check the GNUmakefile and change PREFIX variable if you need.
28 To build gmidimonitor simply run GNU make without parameters:
30     # make
32 If you are running BSD, GNU make may be called gmake, so you run it like this:
34     # gmake
36 Now install it (you may need to be root to do this):
38     # make install
40 Good luck and report bugs so they can get fixed.