source: roaraudio/README @ 4404:5543685121bb

Last change on this file since 4404:5543685121bb was 4404:5543685121bb, checked in by phi, 14 years ago

another check done without errors

File size: 3.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 or win32.
19
20You should install libesd and libao and maybe some codecs.
21For Debian you may use this command:
22 $ apt-get install build-essential libdnet-dev libesd0-dev libao-dev libvorbis-dev libspeex-dev libshout3-dev liboggz1-dev libslp-dev libx11-dev
23
24Note that in case you want to use any emulation you need to install the corresponding
25sound system on the build system as we are using headers and other files from those
26sound systems to be most compatible. You can safely uninstall them after building
27RoarAudio has been completed.
28
29The following binarys are suggested to be installed, too:
30 gnupg, openssh-client, socat, wget
31
32Also you maybe want to install µRoar and µRoarD (on debian libmuroar* and muroard).
33
34-- How to build:
35
36 $ ./configure
37 $ make
38
39In order to build win32 binarys on UNIX or GNU/Linux:
40 $ CC=...mingw32...gcc ./configure --target-win32
41 $ make
42
43In order to build win32 binarys on Win32 with MinGW/MSYS:
44 $ bash configure
45 $ make
46
47--- Plugins:
48
49Plugins should be build automaticly since 0.2rc2.
50
51--- Writing software for RoarAudio:
52
53See manpages: libroar(7) and roartut(7).
54You also should read the example code in roarclients/*.c
55
56--- Writing patches for this packet:
57
58See HACKING.
59
60--- Want to be a maintainer for your favorite OS?:
61
62See HACKING.
63
64--- Tested platforms:
65
66OPERATING SYSTEM        ARCH    COMPILER        TESTED  M/STATUS        COMMENT
67AND VERSION                                     VERSION
68---------------------------------------------------------------------------------------------------
69Debian Etch             ix86    gcc 4.1.2       current s/OK
70Debian Etch             x86_64  gcc 4.1.2       last    s/OK
71Debian Lenny            ix86    gcc 4.3.2       last    s/OK
72Debian Lenny            x86_64  gcc 4.3.2       0.4b0   s/OK            No speex (why?)
73Debian ?                x86_64  gcc 4.3.4       0.3b3   m/OK
74Debian (sid)            *       *               last    M/OK
75Ubuntu 9.04             ix86    gcc 4.3.3       0.2rc2  s/OK
76archlinux ?             i686    gcc 4.3.2       0.2rc2  M/OK
77Gentoo 1.12.11.1        i686    gcc 4.3.2-r3    0.3b0   s/OK
78NetBSD 1.6.1            Alpha   gcc 2.95.3      0.3b7   s/OK            gcc too old,
79                                                                        does not support debug macros
80NetBSD 4.0              i386    gcc 4.1.2       0.2     s/OK            need to use --roard-cfreq 20
81NetBSD 5                x86_64  gcc 4.1.3       0.2b?   s/?
82OpenBSD ?               x86_64  gcc ?           0.2rc2  s/OK
83OpenBSD 4.4             i386    gcc 3.3.5       0.4b0   s/OK
84OpenBSD 4.5             i386    gcc 3.3.5       0.2rc2  s/OK
85FreeBSD 6.2             i386    gcc 3.4.6       0.1b4   s/OK
86FreeBSD 7.1             i386    gcc 4.2.1       0.2     s/OK
87FreeBSD 7.2             i386    gcc 4.2.1       0.4b0   s/OK
88OpenSolaris 5.11        i386    gcc 3.4.3       ?       s/OK
89Darwin 9.4.0            i386    gcc 4.0.1       0.1b?   s/OK
90Cygwin 1.5.25           i686    gcc 3.4.4       0.3b6   s/Client+       Client libs work, roard only partly,
91                                                                        Problems with libroaross, need to be disabled
92                                                                        Hostsystem: WinXP Home
93WinXP Home              ix86    mingw 3.4.5     0.3     s/Client+       Some Clients work, roard only partly
94                                                                        was build on Debian Etch
95Wine 0.9.25             ix86    mingw 3.4.5     0.3b6   s/Client+       Some Clients work, roard only partly
96                                                                        Hostsystem: Debian Etch
97
98Tested Version:
99        Current:        Current as listed on Homepage
100        last:           Last released version (This system is on release checklist)
101        *b*:            Beta
102        *p*             Pre-Release
103
104Status: Maintenance/testing Status:
105Maintenance:    s = your are on your own, sources.
106                m = package in work, beta package
107                M = maintained
108                S = maintained source package
109                B = maintained binary package
Note: See TracBrowser for help on using the repository browser.