File: INSTALL

package info (click to toggle)
darkice 0.19-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,644 kB
  • ctags: 795
  • sloc: cpp: 30,232; sh: 8,886; makefile: 95
file content (52 lines) | stat: -rw-r--r-- 1,294 bytes parent folder | download | duplicates (5)
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
DarkIce installation notes
==========================

DarkIce uses the following libraries (and associated header files):

for capability to stream mp3 to IceCast 1.x and Shoutcast:
- libmp3lame

for capability to stream Ogg Vorbis to IceCast 2:
- libogg
- libvoribs
- libvorbisenc

To install libmp3lame, please refer to INSTALL.lame.
To install libogg, libvoribs and libvorbisenc, please look at INSTALL.vorbis.


Installing DarkIce
------------------

If you're reading this, you probably have downloaded and extracted the
DarkIce tarball. Go to the directory you extracted it, and try:

./configure --help

This will give you all the compile configuration options.

On Solaris systems, for some reason the configure script does not
find the include file lame/lame.h if it uses the SUN Workshop C compiler
as a preprocessor for testing. Therefore you might consider setting:

export CPP="gcc -E"

This hack is not needed on other systems.

If chosing the default compile options, issue the following commands:

./configure
make
make install

For the last step, you need to be root or have write permissions in the
target directories, usually directories under /usr/local.

Now you should have DarkIce installed. For documentation, try

man darkice

To try out the program, try

darkice -h