source: roaraudio/README @ 1690:ea00226b8cde

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

update about cygwin

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