File: INSTALL

package info (click to toggle)
irmp3 0.4.3pre6-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 584 kB
  • ctags: 374
  • sloc: ansic: 3,955; makefile: 212; pascal: 39
file content (54 lines) | stat: -rw-r--r-- 1,617 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54

This file describes how to install IRMP3. You need some additional
software. Please refer to the README on how to get this software
and refer to the program's documentation on how to install it.


OPTIONAL SOFTWARE
-----------------

* mpg123
	To play mp3 files with IRMP3, you need to have the mpeg
	player mpg123. You need at least version 0.59r. Type
	"mpg123" at your shell to check if you have mpg123
	0.59r or later.

* LIRC
	If you want to control IRMP3 with an IR remote control,
	you need an IR receiver hardware and the LIRC software
	installed. See the LIRC homepage for more information
	about hardware and software setup.

* LCDproc
	IRMP3 can use LCDproc for output on an LCDisplay or for
	input from an attached keypad. See the LCDproc documentation
	for supported hardware and how to install it.

	NOTE:  LCDproc version 0.4-pre9 appears to SEGFAULT when 
	used with IRMP3.  version 0.4-pre8 does not have this problem.

* (a program to play soundfiles)
	IRMP3 will optionally produce beeps when commands are
	executed.  You will need soundfiles (samples provided)
	and a program to play them (like sox or play).


INSTALLING IRMP3
----------------

1) You should already have unpacked the irmp3-x.x.x.tar.gz file into
   a directory of your choice.

2) Use your favorite editor to edit the Makefile and configure it
   to your needs.

3) Compile IRMP3 by doing 'make all'.

4) Install IRMP3 by doing 'make install'.

5) Setup configuration. See the file CONFIG for detailed description
   on how to configure IRMP3, see the examples subdir for some
   example configuration files.

6) Have fun :-)