source: roaraudio/README @ 4076:8b9e79f66274

roaraudio_0_3beta7
Last change on this file since 4076:8b9e79f66274 was 4076:8b9e79f66274, checked in by phi, 14 years ago

release!

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