source: roaraudio/README @ 1454:05b09c05d49e

Last change on this file since 1454:05b09c05d49e was 1454:05b09c05d49e, checked in by phi, 15 years ago

updated list of needed packets

File size: 1.5 KB
Line 
1                 RoarAudio
2             As loud as a Lion
3           ---------------------
4
5--- What is RoarAudio?:
6
7RoarAudio is a cross-platform sound system for both, home and professional use.
8It can be used to mix audio for output on a single-stream soundcard or to play
9audio over the network.
10
11For more Information see our website at:
12http://roaraudio.keep-cool.org/
13
14--- Build:
15
16-- Build requirements:
17
18A POSIX system.
19
20You should install libesd and libao and maybe some codecs.
21For Debian you may use this command:
22apt-get install build-essential libssl-dev libdnet-dev libesd0-dev libao-dev libfishsound1-dev libvorbis-dev libspeex-dev libshout3-dev libsndfile1-dev liboggz1-dev
23
24-- How to build:
25
26 $ ./configure
27 $ make
28
29--- Plugins:
30
31 $ cd plugins/
32 $ make
33
34--- Writing software for RoarAudio:
35
36See manpages: libroar(7) and roartut(7).
37You also sould read the examplecode in roarclients/*.c
38
39--- Writeing patches for this packet:
40
41See HACKING.
42
43--- Want to be a maintainer for your favorit OS?:
44
45See HACKING.
46
47--- Tested platforms:
48
49OS              ARCH            COMPILER        STATUS  COMMENT
50--------------------------------------------------------------------
51Debian Etch     ix86            gcc 4.1.2       OK
52Debian Etch     x86_64          gcc 4.1.2       OK
53NetBSD 1.6.1    Alpha           gcc 2.95.3      OK      gcc too old,
54                                                        does not support debug macros
55Darwin 9.4.0    i386            gcc 4.0.1       OK
56OpenBSD ?       x86_64          gcc ?           ?
57OpenBSD 4.4     i386            gcc 3.3.5       OK
58FreeBSD 6.2     i386            gcc 3.4.6       OK
59Cygwin 1.5.25   i686            gcc 3.4.4       Client+ Client libs work, roard only party
60                                                        Hostsystem: WinXP Home
61archlinux ?     i686            gcc 4.3.2       OK
Note: See TracBrowser for help on using the repository browser.