source: roaraudio/README @ 1654:266474a107ee

Last change on this file since 1654:266474a107ee was 1654:266474a107ee, checked in by phi, 15 years ago

yes, new OpenBSD 4.5 works, too

File size: 1.9 KB
RevLine 
[0]1                 RoarAudio
2             As loud as a Lion
3           ---------------------
4
[14]5--- What is RoarAudio?:
[0]6
[722]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
[1212]11For more Information see our website at:
12http://roaraudio.keep-cool.org/
13
[14]14--- Build:
15
[722]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:
[1454]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
[722]23
24-- How to build:
25
[471]26 $ ./configure
[14]27 $ make
[471]28
29--- Plugins:
30
31 $ cd plugins/
32 $ make
33
[1053]34--- Writing software for RoarAudio:
[722]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
[471]47--- Tested platforms:
48
[1648]49OS                      ARCH            COMPILER        M/STATUS        COMMENT
[1617]50---------------------------------------------------------------------------------------------------
[1648]51Debian Etch             ix86            gcc 4.1.2       s/OK
52Debian Etch             x86_64          gcc 4.1.2       s/OK
53Debian Lenny            ix86            gcc 4.3.2       s/OK
54archlinux ?             i686            gcc 4.3.2       M/OK
55NetBSD 1.6.1            Alpha           gcc 2.95.3      s/OK            gcc too old,
56                                                                        does not support debug macros
57NetBSD 5                x86_64          gcc 4.1.3       s/?
58Darwin 9.4.0            i386            gcc 4.0.1       s/OK
59OpenBSD ?               x86_64          gcc ?           m/?
60OpenBSD 4.4             i386            gcc 3.3.5       m/OK
[1654]61OpenBSD 4.5             i386            gcc 3.3.5       m/OK
[1648]62FreeBSD 6.2             i386            gcc 3.4.6       s/OK
63OpenSolaris 5.11        i386            gcc 3.4.3       s/OK
64Cygwin 1.5.25           i686            gcc 3.4.4       s/Client+       Client libs work, roard only partly
65                                                                        Hostsystem: WinXP Home
[1602]66
67Status: Maintainance/testing Status:
68Maintanance:    s = your are on your own, sources.
69                m = package in work, beta package
70                M = maintained
71                S = maintained source package
72                B = maintained binary package
Note: See TracBrowser for help on using the repository browser.