source: roaraudio/README @ 1188:81cf2019391c

Last change on this file since 1188:81cf2019391c was 1188:81cf2019391c, checked in by phi, 15 years ago

updated OpenBSD testes

File size: 1.4 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
11--- Build:
12
13-- Build requirements:
14
15A POSIX system.
16
17You should install libesd and libao and maybe some codecs.
18For Debian you may use this command:
19apt-get install build-essential libesd0-dev libao-dev libfishsound1-dev libvorbis-dev libspeex-dev libshout3-dev libsndfile1-dev liboggz1-dev
20
21-- How to build:
22
23 $ ./configure
24 $ make
25
26--- Plugins:
27
28 $ cd plugins/
29 $ make
30
31--- Writing software for RoarAudio:
32
33See manpages: libroar(7) and roartut(7).
34You also sould read the examplecode in roarclients/*.c
35
36--- Writeing patches for this packet:
37
38See HACKING.
39
40--- Want to be a maintainer for your favorit OS?:
41
42See HACKING.
43
44--- Tested platforms:
45
46OS              ARCH            COMPILER        STATUS  COMMENT
47--------------------------------------------------------------------
48Debian Etch     ix86            gcc 4.1.2       OK
49Debian Etch     x86_64          gcc 4.1.2       OK
50NetBSD 1.6.1    Alpha           gcc 2.95.3      OK      gcc too old,
51                                                        does not support debug macros
52Darwin 9.4.0    i386            gcc 4.0.1       OK
53OpenBSD ?       x86_64          gcc ?           ?
54OpenBSD 4.4     i386            gcc 3.3.5       OK
55FreeBSD 6.2     i386            gcc 3.4.6       OK
56Cygwin 1.5.25   i686            gcc 3.4.4       Client+ Client libs work, roard only party
57                                                        Hostsystem: WinXP Home
58archlinux ?     i686            gcc 4.3.2       OK
Note: See TracBrowser for help on using the repository browser.