decode fps encoded in MMC goto hour
[gmidimonitor.git] / INSTALL
blob16778e4c3a6f690a3c2d4c835ecb3e7a5d4aca82
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/
25      2.4 LASH
26          Known to work with lash 0.5.0
27          You can get it from http://www.nongnu.org/lash/
29 Check the GNUmakefile and change PREFIX variable if you need.
31 To build gmidimonitor simply run GNU make without parameters:
33     # make
35 If you are running BSD, GNU make may be called gmake, so you run it like this:
37     # gmake
39 Now install it (you may need to be root to do this):
41     # make install
43 Good luck and report bugs so they can get fixed.