source: roaraudio/README @ 1800:cc99d705088f

Last change on this file since 1800:cc99d705088f was 1800:cc99d705088f, checked in by phi, 15 years ago

tested on lenny and OpenBSD 4.4

File size: 2.4 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
[1716]31Plugins should be build automaticly since 0.2rc2.
[471]32
[1053]33--- Writing software for RoarAudio:
[722]34
35See manpages: libroar(7) and roartut(7).
[1677]36You also should read the example code in roarclients/*.c
[722]37
[1677]38--- Writing patches for this packet:
[722]39
40See HACKING.
41
[1677]42--- Want to be a maintainer for your favorite OS?:
[722]43
44See HACKING.
45
[471]46--- Tested platforms:
47
[1674]48OPERATING SYSTEM        ARCH    COMPILER        TESTED  M/STATUS        COMMENT
49AND VERSION                                     VERSION
[1617]50---------------------------------------------------------------------------------------------------
[1674]51Debian Etch             ix86    gcc 4.1.2       current s/OK
52Debian Etch             x86_64  gcc 4.1.2       last    s/OK
[1800]53Debian Lenny            ix86    gcc 4.3.2       0.2     s/OK
[1746]54Ubuntu 9.04             ix86    gcc 4.3.3       0.2rc2  s/OK
[1799]55archlinux ?             i686    gcc 4.3.2       0.2rc2  M/OK
[1675]56NetBSD 1.6.1            Alpha   gcc 2.95.3      last    s/OK            gcc too old,
[1648]57                                                                        does not support debug macros
[1799]58NetBSD 4.0              i386    gcc 4.1.2       0.2     s/OK            need to use --roard-cfreq 20
[1676]59NetBSD 5                x86_64  gcc 4.1.3       0.2b?   s/?
[1745]60OpenBSD ?               x86_64  gcc ?           0.2rc2  m/OK
[1800]61OpenBSD 4.4             i386    gcc 3.3.5       0.2     m/OK
[1745]62OpenBSD 4.5             i386    gcc 3.3.5       0.2rc2  m/OK
[1676]63FreeBSD 6.2             i386    gcc 3.4.6       0.1b4   s/OK
[1799]64FreeBSD 7.1             i386    gcc 4.2.1       0.2     s/OK
[1747]65OpenSolaris 5.11        i386    gcc 3.4.3       ?       m/OK
[1681]66Darwin 9.4.0            i386    gcc 4.0.1       0.1b?   s/OK
[1799]67Cygwin 1.5.25           i686    gcc 3.4.4       0.2     s/Client+       Client libs work, roard only partly
[1690]68                                                                        You need to link bins manually
[1648]69                                                                        Hostsystem: WinXP Home
[1799]70WinXP Home              ix86    mingw 3.4.5     0.2     s/Client-       Some Clients work
[1798]71                                                                        was build on Debian Etch
72
[1674]73Tested Version:
74        Current:        Current as listed on Homepage
[1677]75        last:           Last released version (This system is on release checklist)
[1674]76        *b*:            Beta
[1602]77
[1677]78Status: Maintenance/testing Status:
79Maintenance:    s = your are on your own, sources.
[1602]80                m = package in work, beta package
81                M = maintained
82                S = maintained source package
83                B = maintained binary package
Note: See TracBrowser for help on using the repository browser.