forked from bytbox/pommed-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
34 lines (24 loc) · 824 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
31
32
33
Installation instructions for pommed
------------------------------------
pommed - the daemon
Building
--------
pommed requires:
- pciutils / libpci (on Intel machines only)
- libofapi aka oflib (PowerMac machines only, see below)
- zlib
- libconfuse
- libasound
- libaudiofile
- eject
For PowerPC machines, if you do not have libofapi installed, can't find it or
do not want to install it, run make pommed OFLIB=1 to use the embedded copy
of libofapi.
Installing
----------
- copy pommed somewhere in your PATH (/usr/bin)
- copy pommed/data/* to /usr/share/pommed
- copy pommed.conf.(mactel|pmac) as /etc/pommed.conf
- install the pommed.init initscript as /etc/init.d/pommed, make it executable
and perform any additional configuration needed on your system (links to
/etc/rc?.d/ for instance)